added CRC check, README update, bug fixes,
This commit is contained in:
parent
b076743f54
commit
ff61047706
13 changed files with 769 additions and 434 deletions
|
@ -9,8 +9,8 @@
|
|||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
;default_envs = esp8266-test
|
||||
default_envs = esp32, esp8266
|
||||
default_envs = esp8266
|
||||
;default_envs = esp32, esp8266
|
||||
|
||||
[env:esp32]
|
||||
framework = arduino
|
||||
|
@ -25,6 +25,7 @@ platform = espressif8266
|
|||
board = d1_mini_lite
|
||||
board_build.mcu = esp8266
|
||||
lib_deps = rweather/Crypto @ ^0.2.0
|
||||
monitor_speed=115200
|
||||
; OTA
|
||||
;upload_port = 10.0.0.86
|
||||
;upload_protocol = espota
|
||||
upload_port = 10.0.0.131
|
||||
upload_protocol = espota
|
Loading…
Add table
Add a link
Reference in a new issue