Sends broadcast of time messages.

This commit is contained in:
2018-11-15 13:01:09 +01:00
parent a18d0321aa
commit a6db04c201
7 changed files with 356 additions and 73 deletions

View File

@@ -22,7 +22,13 @@ build_flags = -D WITH_DISPLAY
platform = atmelavr
board = nanoatmega168
framework = arduino
lib_deps = ArduinoJson, RadioHead
# lib_deps = ArduinoJson, RadioHead
lib_deps = ArduinoJson, RF24
# build_flags = -D FCRF_RadioHead
build_flags = -D FCRF_RF24
#upload_port = /dev/cu.wchusbserial1410
#upload_speed = 38400
#upload_protocol =
[env:nanoatmega328]
platform = atmelavr