mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
* new NRF24 lib (1.4.2 -> 1.4.5)
* add build info on index.html (like OpenDTU) * add Discord Link to index.html
This commit is contained in:
parent
3caa3392ab
commit
155f9e3f41
8 changed files with 44 additions and 8 deletions
|
@ -32,8 +32,11 @@ monitor_filters =
|
|||
time ; Add timestamp with milliseconds for each new line
|
||||
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
||||
|
||||
extra_scripts =
|
||||
pre:scripts/auto_firmware_version.py
|
||||
|
||||
lib_deps =
|
||||
nrf24/RF24@1.4.2
|
||||
nrf24/RF24@1.4.5
|
||||
paulstoffregen/Time@^1.6.1
|
||||
knolleary/PubSubClient@^2.8
|
||||
bblanchon/ArduinoJson@^6.19.4
|
||||
|
@ -67,8 +70,11 @@ monitor_filters =
|
|||
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
||||
upload_port = /dev/ttyUSB0
|
||||
|
||||
extra_scripts =
|
||||
pre:scripts/auto_firmware_version.py
|
||||
|
||||
lib_deps =
|
||||
nrf24/RF24@1.4.2
|
||||
nrf24/RF24@1.4.5
|
||||
paulstoffregen/Time@^1.6.1
|
||||
knolleary/PubSubClient@^2.8
|
||||
bblanchon/ArduinoJson@^6.19.4
|
||||
|
@ -78,4 +84,4 @@ lib_deps =
|
|||
;esp8266/ESP8266WebServer@^1.0
|
||||
;esp8266/ESP8266WiFi@^1.0
|
||||
;esp8266/SPI@1.0
|
||||
;esp8266/Ticker@^1.0
|
||||
;esp8266/Ticker@^1.0
|
Loading…
Add table
Add a link
Reference in a new issue