Marek Knosala
Marek Knosala
Without these lines: ``` platform_packages= framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0 framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.0/esp32-arduino-libs-3.0.0.zip ``` the Arduino version is 2.0.16 (as in PlatformIO 6.7.0), and everything works fine with the same code.
Update: I tested it on Arduino versions 3.0.0, 3.0.1, and 3.0.2, and the issue still exists. However, I was testing with the following library dependency: ``` lib_deps = https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.8 ```...
With OTA, I need two partitions for the program (ota1 and ota2), which gives me 1.9MB of flash memory for the program. The remaining 0.2MB is used for NVS, bootloader,...
I’m using Wi-Fi, Ethernet, Webserver, MQTT, SD card, this library, and an external DAC driver. These components take up a significant amount of flash memory.