-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugconfirmedThe bug is reproducable and confirmedThe bug is reproducable and confirmedfixed in sourceThis issue is unsolved in the latest release but fixed in masterThis issue is unsolved in the latest release but fixed in master
Milestone
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugconfirmedThe bug is reproducable and confirmedThe bug is reproducable and confirmedfixed in sourceThis issue is unsolved in the latest release but fixed in masterThis issue is unsolved in the latest release but fixed in master