Added both lamps to OTA configuration in platformIO

This commit is contained in:
Philip Johansson 2020-07-15 12:12:13 +02:00
parent 2a5f61101a
commit 469af4820e

View File

@ -13,9 +13,16 @@ platform = espressif8266
board = esp12e board = esp12e
framework = arduino framework = arduino
[env:esp8266 OTA] [env:esp8266 OTA Right]
platform = espressif8266 platform = espressif8266
board = esp12e board = esp12e
framework = arduino framework = arduino
upload_protocol = espota upload_protocol = espota
upload_port = bedlamp-philip upload_port = bedlamp-right
[env:esp8266 OTA Left]
platform = espressif8266
board = esp12e
framework = arduino
upload_protocol = espota
upload_port = bedlamp-left