mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
Zgateway rfm69 (#88)
* some minor correction after coadcy checks * Put serial communication speed as a parameter in user_config.h * complete gateway file receiving ok sending ko #32 * add rfm69 to CI * change receiver key and minor improvments #32 now ok on receiving and sending with RFM69 * add schema and tested pinout for RFM69/RF/IR wiring #32 * RFM69 library add
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -19,3 +19,6 @@
|
||||
[submodule "libraries/DHT-sensor-library"]
|
||||
path = libraries/DHT-sensor-library
|
||||
url = https://github.com/adafruit/DHT-sensor-library
|
||||
[submodule "libraries/RFM69"]
|
||||
path = libraries/RFM69
|
||||
url = https://github.com/LowPowerLab/RFM69
|
||||
|
||||
Reference in New Issue
Block a user