What happened?
If using the file platformio_override.sample.ini as base for own platformio_override.ini compilation failes with
InvalidProjectConfError: Invalid '/home/erik/src/esp/wled/src/platformio.ini' (project configuration file): 'No option 'default_partitions' in section: 'esp32_idf_V4''
To Reproduce Bug
- cp platformio_override.sample.ini platformio_override.ini
- build WLED_tasmota_1M
Expected Behavior
No compile error.
Install Method
Self-Compiled
What version of WLED?
0.15.0 (HEAD)
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
InvalidProjectConfError: Invalid '/home/erik/src/esp/wled/src/platformio.ini' (project configuration file): 'No option 'default_partitions' in section: 'esp32_idf_V4''
Anything else?
The section [env:esp32dev_V4_dio80] from platformio_override.sample.ini references esp32_idf_V4.default_partitions which is nowhere defined.
Code of Conduct
What happened?
If using the file
platformio_override.sample.inias base for ownplatformio_override.inicompilation failes withTo Reproduce Bug
Expected Behavior
No compile error.
Install Method
Self-Compiled
What version of WLED?
0.15.0 (HEAD)
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
Anything else?
The section
[env:esp32dev_V4_dio80]fromplatformio_override.sample.inireferencesesp32_idf_V4.default_partitionswhich is nowhere defined.Code of Conduct