mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
How to create the credentials file added
This commit is contained in:
parent
ad04e7120f
commit
a1188238cf
11
Examples/FDRS_common_files/Explanation.txt
Normal file
11
Examples/FDRS_common_files/Explanation.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Please copy the "FDRS_common_files" directory to your Arduino library directory
|
||||
add a file "FDRScredentials.h" to this directory with this content:
|
||||
|
||||
#define mySSID ""
|
||||
#define myPASSWORD ""
|
||||
#define myMQTT_BROKER "192.168.0.203"
|
||||
|
||||
#define myBAND 433.2E6
|
||||
#define mySF 7
|
||||
|
||||
Fill in your stuff and save it
|
@ -1,6 +0,0 @@
|
||||
#define mySSID ""
|
||||
#define myPASSWORD ""
|
||||
#define myMQTT_BROKER "192.168.0.203"
|
||||
|
||||
#define myBAND 433.2E6
|
||||
#define mySF 7
|
Loading…
Reference in New Issue
Block a user