初始化提交
This commit is contained in:
126
arduino-cli/libraries/ESP_WiFiManager/platformio/platformio.ini
Normal file
126
arduino-cli/libraries/ESP_WiFiManager/platformio/platformio.ini
Normal file
@@ -0,0 +1,126 @@
|
||||
;PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
; ============================================================
|
||||
; chose environment:
|
||||
; ESP8266
|
||||
; ESP32
|
||||
; ============================================================
|
||||
default_envs = ESP8266
|
||||
;default_envs = ESP32
|
||||
|
||||
[env]
|
||||
; ============================================================
|
||||
; Serial configuration
|
||||
; choose upload speed, serial-monitor speed
|
||||
; ============================================================
|
||||
upload_speed = 921600
|
||||
;upload_port = COM11
|
||||
;monitor_speed = 9600
|
||||
;monitor_port = COM11
|
||||
|
||||
lib_deps =
|
||||
; PlatformIO 4.x
|
||||
ESP_DoubleResetDetector@~1.0.3
|
||||
; PlatformIO 5.x
|
||||
; khoih-prog/ESP_DoubleResetDetector@~1.0.3
|
||||
|
||||
build_flags =
|
||||
; set your debug output (default=Serial)
|
||||
-D DEBUG_ESP_PORT=Serial
|
||||
; comment the folowing line to enable WiFi debugging
|
||||
-D NDEBUG
|
||||
|
||||
[env:ESP8266]
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
; ============================================================
|
||||
; Board configuration
|
||||
; choose your board by uncommenting one of the following lines
|
||||
; ============================================================
|
||||
;board = gen4iod
|
||||
;board = huzzah
|
||||
;board = oak
|
||||
;board = esp_wroom_02
|
||||
;board = espduino
|
||||
;board = espectro
|
||||
;board = espino
|
||||
;board = espresso_lite_v1
|
||||
;board = espresso_lite_v2
|
||||
;board = esp12e
|
||||
;board = esp01_1m
|
||||
;board = esp01
|
||||
;board = esp07
|
||||
;board = esp8285
|
||||
;board = heltec_wifi_kit_8
|
||||
;board = inventone
|
||||
;board = nodemcu
|
||||
board = nodemcuv2
|
||||
;board = modwifi
|
||||
;board = phoenix_v1
|
||||
;board = phoenix_v2
|
||||
;board = sparkfunBlynk
|
||||
;board = thing
|
||||
;board = thingdev
|
||||
;board = esp210
|
||||
;board = espinotee
|
||||
;board = d1
|
||||
;board = d1_mini
|
||||
;board = d1_mini_lite
|
||||
;board = d1_mini_pro
|
||||
;board = wifi_slot
|
||||
;board = wifiduino
|
||||
;board = wifinfo
|
||||
;board = wio_link
|
||||
;board = wio_node
|
||||
;board = xinabox_cw01
|
||||
;board = esp32doit-devkit-v1
|
||||
|
||||
[env:ESP32]
|
||||
platform = espressif32
|
||||
framework = arduino, espidf
|
||||
; ============================================================
|
||||
; Board configuration
|
||||
; choose your board by uncommenting one of the following lines
|
||||
; ============================================================
|
||||
;board = esp32cam
|
||||
;board = alksesp32
|
||||
;board = featheresp32
|
||||
;board = espea32
|
||||
;board = bpi-bit
|
||||
;board = d-duino-32
|
||||
board = esp32doit-devkit-v1
|
||||
;board = pocket_32
|
||||
;board = fm-devkit
|
||||
;board = pico32
|
||||
;board = esp32-evb
|
||||
;board = esp32-gateway
|
||||
;board = esp32-pro
|
||||
;board = esp32-poe
|
||||
;board = oroca_edubot
|
||||
;board = onehorse32dev
|
||||
;board = lopy
|
||||
;board = lopy4
|
||||
;board = wesp32
|
||||
;board = esp32thing
|
||||
;board = sparkfun_lora_gateway_1-channel
|
||||
;board = ttgo-lora32-v1
|
||||
;board = ttgo-t-beam
|
||||
;board = turta_iot_node
|
||||
;board = lolin_d32
|
||||
;board = lolin_d32_pro
|
||||
;board = lolin32
|
||||
;board = wemosbat
|
||||
;board = widora-air
|
||||
;board = xinabox_cw02
|
||||
;board = iotbusio
|
||||
;board = iotbusproteus
|
||||
;board = nina_w10
|
||||
Reference in New Issue
Block a user