Skip to content

Commit cbe68b8

Browse files
committed
initial commit. Just all changes condensed here for now...
1 parent bb559de commit cbe68b8

17 files changed

+547
-583
lines changed

platformio.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ extra_scripts =
3030
pre:updateSdkConfig.py
3131
pre:processHtml.py
3232
lib_deps =
33-
https://github.com/schreibfaul1/ESP32-audioI2S.git#e008d56 ; v3.2.0 (15.05.2025)
33+
https://github.com/schreibfaul1/ESP32-audioI2S.git#f394a91 ; v3.3.2 + bugfix large files
3434
https://github.com/madhephaestus/ESP32Encoder.git#2c986e0
35-
https://github.com/peterus/ESP-FTP-Server-Lib#554959f
36-
https://github.com/FastLED/FastLED.git#3b63b17 ; v3.9.7
37-
https://github.com/ESP32Async/ESPAsyncWebServer#1baee81 ; v3.7.7
35+
https://github.com/peterus/ESP-FTP-Server-Lib.git#554959f
36+
https://github.com/FastLED/FastLED.git#99d5863 ; v3.10.1+ fix
37+
https://github.com/ESP32Async/ESPAsyncWebServer.git#1baee81 ; v3.7.7
3838
https://github.com/bblanchon/ArduinoJson.git#3252013 ; v7.4.1
3939
https://github.com/pschatzmann/arduino-audio-tools.git#c19fbd6 ; v1.0.2
4040
https://github.com/pschatzmann/ESP32-A2DP.git#8faaafa ; v1.8.7
@@ -43,7 +43,7 @@ lib_deps =
4343
https://github.com/tueddy/rfid.git#caa3e6d ; avoid warnings, fork from https://github.com/miguelbalboa/rfid.git#0ff12a1
4444
https://github.com/tuniii/LogRingBuffer.git#89d7d3e
4545
https://github.com/tueddy/PN5180-Library.git#e6449a9 ;v2.3.5
46-
https://github.com/SZenglein/Arduino-MAX17055_Driver#75cdfcf
46+
https://github.com/SZenglein/Arduino-MAX17055_Driver.git#75cdfcf
4747
https://github.com/tueddy/natsort.git#ebbf660 ; avoid warnings, fork from https://github.com/sourcefrog/natsort.git#cdd8df9
4848

4949
board_build.embed_txtfiles =
@@ -53,7 +53,7 @@ board_build.embed_txtfiles =
5353
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt
5454

5555
build_flags =
56-
-DCONFIG_ASYNC_TCP_RUNNING_CORE=1
56+
-DCONFIG_ASYNC_TCP_RUNNING_CORE=0
5757
-DCONFIG_ASYNC_TCP_USE_WDT=1
5858
; -DCORE_DEBUG_LEVEL=6
5959
-std=c++17

sdkconfig.defaults

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
55
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
66
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
77
CONFIG_AUTOSTART_ARDUINO=y
8+
CONFIG_ARDUINO_EVENT_RUN_CORE0=y
9+
CONFIG_ARDUINO_SERIAL_EVENT_RUN_CORE0=y
810
CONFIG_ARDUHAL_ESP_LOG=y
911
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
1012
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
@@ -78,7 +80,6 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
7880
CONFIG_MBEDTLS_CAMELLIA_C=y
7981
CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED=y
8082
CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED=y
81-
CONFIG_MQTT_USE_CORE_1=y
8283
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=2048
8384
CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=10
8485
CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=2

0 commit comments

Comments
 (0)