Added both lamps to OTA configuration in platformIO
This commit is contained in:
parent
2a5f61101a
commit
469af4820e
@ -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
|
Loading…
x
Reference in New Issue
Block a user