mirror of https://github.com/arendst/Tasmota.git
board_flash_mode is deprecated and so is monitor_baud
parent
a95f50fd99
commit
ea1583ff6e
|
@ -10,13 +10,13 @@ Follow [these](https://github.com/arendst/Sonoff-Tasmota/wiki/PlatformIO) steps
|
|||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = esp01_1m
|
||||
board_flash_mode = dout
|
||||
board_build.flash_mode = dout
|
||||
build_flags = -Wl,-Tesp8266.flash.1m0.ld -DMQTT_MAX_PACKET_SIZE=1000
|
||||
lib_deps = PubSubClient, NeoPixelBus, IRremoteESP8266, ArduinoJSON
|
||||
extra_scripts = pio/strip-floats.py
|
||||
|
||||
; *** Serial Monitor options
|
||||
monitor_baud = 115200
|
||||
monitor_speed = 115200
|
||||
|
||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
||||
upload_resetmethod = nodemcu
|
||||
|
|
Loading…
Reference in New Issue