option ‘https’ in section ‘env:esp32dev’ already exists
Hi, Im new to platormIO.
I tried to compile a project on
which gives me a dozen of errors, I contacted the author and he sent me another ini.
[env:esp32dev]
platform = espressif32
framework = arduino
board = esp32dev
board_build.f_cpu = 240000000L
board_build.filesystem = littlefs
board_build.partitions = no_ota.csv
upload_port = /dev/ttyUSB*
upload_speed = 230400
monitor_port = /dev/ttyUSB*
monitor_speed = 115200
build_type = debug
monitor_filters = esp32_exception_decoder
build_flags =
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
lib_deps =
ArduinoJSON
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/har-in-air/ESPAsyncWebServer.git
Now I have a error message like this:
The project configuration process has encountered an error due to a problem with
the ‘platformio.ini’ file. Please review the file and fix the issues.
"https://github.com/har-in-air/ESPAsyncWebServer.git" is underlined and has a notice:
While reading from 'c:\\a\\ESP32_MULTI_METER-0.95\\platformio.ini' [line 19]: option 'https' in section 'env:esp32dev' already exists
what can I do, I reinstalled everything with no luck.