mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
Zgateway rf2 (#94)
* 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 * Implement newremoteswitchlibrary for KlikAanKlikUit / ClickOnClickOff protocol #3 * add dependency for CI and link to the library * compilation error for arduino correction * Sketch size decrease * remove nano from CI
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -22,3 +22,6 @@
|
||||
[submodule "libraries/RFM69"]
|
||||
path = libraries/RFM69
|
||||
url = https://github.com/LowPowerLab/RFM69
|
||||
[submodule "libraries/NewRemoteSwitch"]
|
||||
path = libraries/NewRemoteSwitch
|
||||
url = https://github.com/1technophile/NewRemoteSwitch
|
||||
|
||||
Reference in New Issue
Block a user