Skip to content

Instantly share code, notes, and snippets.

@loginov-rocks
Created January 9, 2022 17:55
Show Gist options
  • Save loginov-rocks/5ff42d9c28257ca0188627bac181f19c to your computer and use it in GitHub Desktop.
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
[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