atc1441 / ESP_CC_Flasher

Arduino Library and code to flash CC2510, CC1110 or other Texas Instruments CCxxx Microcontroller
GNU General Public License v3.0
61 stars 8 forks source link

cannot compile due to WiFiManager.cpp:3486:79? #4

Open men9xuan opened 10 months ago

men9xuan commented 10 months ago

hello, I have issue to run platform.io build. Can you take look what went wrong?

I installed 2.0.4-beta and 2.0.15-rc . None able to get over this issue. Should I install the WiFiManager library using Arduino IDE?

logs: ` * Executing task: C:\Users\mengx.platformio\penv\Scripts\platformio.exe run --target upload --upload-port COM3

Processing esp32doit-devkit-v1 (platform: espressif32; board: esp32doit-devkit-v1; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32doit-devkit-v1.html PLATFORM: Espressif 32 (6.4.0) > DOIT ESP32 DEVKIT V1 HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

Baumart commented 9 months ago

same

frankzimper commented 6 months ago

I was able to compile it using this change in platformio.ini:

[env:esp32doit-devkit-v1] platform = espressif32@3.5.0

By adding the @3.5.0 I force PlatformIO to use an older version of the ESP32 libraries.