Merge pull request #11 from SensorsIot/main

update
This commit is contained in:
Timm Bogner 2022-05-24 15:41:33 -05:00 committed by GitHub
commit 2d58380f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
Examples/FDRS_common_files/FDRScredentials.h
Examples/FDRS_Install/fdrs_defaults.h
Examples/FDRS_Install/fdrs_credentials.h

View File

@ -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!!!

View File

@ -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 ""

View File

@ -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