Thanks to visit codestin.com
Credit goes to github.com

Skip to content

platformio_override.sample.ini does not work - 'No option 'default_partitions' in section: 'esp32_idf_V4'' #4395

@eku

Description

@eku

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

  1. cp platformio_override.sample.ini platformio_override.ini
  2. 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 confirmedfixed in sourceThis issue is unsolved in the latest release but fixed in master

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions