ESP32_ChinaDieselHeater_Con.../lib/asyncHTTPrequest/platformio.ini
2020-01-04 18:13:40 +11:00

19 lines
583 B
INI

; 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
; http://docs.platformio.org/page/projectconf.html
[env:esp12e]
platform = espressif8266@1.8.0 ; v2.4.2
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH ;LWIP 2
board = esp12e
board = esp12e
framework = arduino
upload_speed = 921600
monitor_speed = 115200