Created
January 9, 2022 17:55
-
-
Save loginov-rocks/5ff42d9c28257ca0188627bac181f19c to your computer and use it in GitHub Desktop.
DIY Connected Espresso Machine: Over-the-Air Updates (Part 6) - platformio.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env:nodemcuv2] | |
platform = espressif8266 | |
board = nodemcuv2 | |
framework = arduino | |
monitor_filters = esp8266_exception_decoder | |
upload_protocol = espota | |
upload_port = connected-espresso-machine.local | |
lib_deps = | |
tzapu/WiFiManager @ ^0.16.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment