According to the documentation, the ESP32-C3-DEvkit1 has 4MB FLASH. Unfortunately for the user some 1310720 bytes are left.
This is the error:
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [==== Error: The program size (1426822 bytes) is greater than maximum allowed (1310720 bytes)
*** [checkprogsize] Explicit exit, status 1
Apparently something can be done with the file partitions.csv, but I don't really understand what , maybe someone knows/has an example for this module?
This is the error:
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [==== Error: The program size (1426822 bytes) is greater than maximum allowed (1310720 bytes)
*** [checkprogsize] Explicit exit, status 1
Apparently something can be done with the file partitions.csv, but I don't really understand what , maybe someone knows/has an example for this module?