in file C:\Users\Username\AppData\local\Arduino15\packages\esp32\hardware\esp32\1.0.4\ ================================================================================ compile Option -O3 (speed): ================================================================================ Arduino: 1.8.13 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None" Sketch uses 1319330 bytes (100%) of program storage space. Maximum is 1310720 bytes. Global variables use 40664 bytes (12%) of dynamic memory, leaving 287016 bytes for local variables. Maximum is 327680 bytes. Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it. text section exceeds available space in board Error compiling for board ESP32 Dev Module. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. ================================================================================ compile Option -Os (size): ================================================================================ Sketch uses 1291490 bytes (98%) of program storage space. Maximum is 1310720 bytes. Global variables use 40664 bytes (12%) of dynamic memory, leaving 287016 bytes for local variables. Maximum is 327680 bytes. C:\Users\guido\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\2.6.1/esptool.exe --chip esp32 --port COM11 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 C:\Users\guido\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4/tools/partitions/boot_app0.bin 0x1000 C:\Users\guido\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4/tools/sdk/bin/bootloader_qio_80m.bin 0x10000 C:\Users\guido\AppData\Local\Temp\arduino_build_513671/MultitaskingCPM_german_KB.ino.bin 0x8000 C:\Users\guido\AppData\Local\Temp\arduino_build_513671/MultitaskingCPM_german_KB.ino.partitions.bin esptool.py v2.6 Serial port COM11 Connecting.... Chip is ESP32-PICO-D4 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None MAC: 50:02:91:9d:8e:b8 Uploading stub... Running stub... Stub running... Changing baud rate to 921600 Changed. Configuring flash size... Auto-detected Flash size: 4MB Compressed 8192 bytes to 47... Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 2978.9 kbit/s)... Hash of data verified. Compressed 17392 bytes to 11186... Wrote 17392 bytes (11186 compressed) at 0x00001000 in 0.2 seconds (effective 853.6 kbit/s)... Hash of data verified. Compressed 1291600 bytes to 733994... Wrote 1291600 bytes (733994 compressed) at 0x00010000 in 11.6 seconds (effective 891.6 kbit/s)... Hash of data verified. Compressed 3072 bytes to 128... Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 1536.0 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin...