mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
commit
2d58380f83
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Examples/FDRS_common_files/FDRScredentials.h
|
||||
Examples/FDRS_Install/fdrs_defaults.h
|
||||
Examples/FDRS_Install/fdrs_credentials.h
|
||||
|
@ -1,2 +1,3 @@
|
||||
Please copy this directory into your Arduino "libraries" directory.
|
||||
Edit the "fdrs_credentials.h" with your WiFi info, LoRa band, etc.
|
||||
Edit the files in your libraries folder according to your needs with your WiFi info, LoRa band, etc.
|
||||
!!Never edit them here!!!
|
@ -1,6 +1,2 @@
|
||||
#define my_SSID ""
|
||||
#define my_PASSWORD ""
|
||||
#define my_MQTT_BROKER "192.168.0.203"
|
||||
|
||||
#define my_BAND 433.2E6
|
||||
#define my_SF 7
|
||||
#define my_PASSWORD ""
|
@ -4,6 +4,11 @@
|
||||
#define DBG(a)
|
||||
#endif
|
||||
|
||||
|
||||
#define my_BAND 433.2E6
|
||||
#define my_SF 7
|
||||
#define my_MQTT_BROKER "192.168.0.203"
|
||||
|
||||
#define ESPNOW1_DELAY 0
|
||||
#define ESPNOW2_DELAY 0
|
||||
#define ESPNOWG_DELAY 0
|
||||
|
Loading…
Reference in New Issue
Block a user