atc1441 / ESP_CC_Flasher

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

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

Open men9xuan opened 1 year ago

men9xuan commented 1 year 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 11 months ago

same

frankzimper commented 8 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.

miller-craig commented 4 days ago

Thanks @frankzimper! That got the project to build but after it's pushed to the esp32 I'm unable to connect via the browser. Were you able to get it to work for you? Kindest regards.