ESP Electro MCP, ExtSens smoothing

This commit is contained in:
2021-06-29 17:52:41 +03:00
parent c604f290c5
commit f5068b555f
4 changed files with 180 additions and 137 deletions

View File

@@ -10,9 +10,14 @@
[env:esp07]
platform = espressif8266
;board = nodemcuv2
board = esp07
board = nodemcuv2
;board = esp07
framework = arduino
board_build.ldscript = eagle.flash.1m.ld
upload_protocol = espota
upload_port = 192.168.1.136
;board_build.ldscript = eagle.flash.1m.ld
;upload_protocol = espota
;upload_port = 192.168.1.136
;upload_port = 192.168.1.95
monitor_speed = 115200
lib_deps =
sstaub/Ticker @ ^4.3.0
knolleary/PubSubClient @ ^2.8