1
0
mirror of https://github.com/Adam-Ant/MQTT-nRF24-Bridge synced 2025-06-15 06:11:13 +00:00

Add spiffs web data, and start of input processing

This commit is contained in:
Adam Dodman
2018-01-27 17:23:12 +00:00
parent 031833ca9f
commit 1a1001bca3
4 changed files with 58 additions and 31 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "lib/RF24Mesh"]
path = lib/RF24Mesh
url = git@github.com:nRF24/RF24Mesh.git
[submodule "lib/ArduinoJson"]
path = lib/ArduinoJson
url = git@github.com:bblanchon/ArduinoJson.git