framework-espidf @ 3.50301.0 (5.3.1) #861
Unanswered
tv4you2016
asked this question in
Q&A
Replies: 1 comment
-
framework = espidf is not enough, the Arduino libraries, such as WiFiClient, NetworkClient... are used
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = espidf
monitor_speed = 115200 ; 921600, 512000, 460800, 256000, 115200
board_build.f_cpu = 240000000L
board_build.flash_freq=80M
board_upload.flash_size=4MB
board_build.spiram_mode=2
board_build.flash_mode = qio
board_build.bootloader = dio
monitor_filters =
direct
esp32_exception_decoder
board_build.partitions = partitions.csv
upload_speed = 921600
how to solved?
Beta Was this translation helpful? Give feedback.
All reactions