How to create the credentials file added

This commit is contained in:
sensorsiot 2022-05-22 16:22:53 +02:00
parent ad04e7120f
commit a1188238cf
2 changed files with 11 additions and 6 deletions

View 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

View File

@ -1,6 +0,0 @@
#define mySSID ""
#define myPASSWORD ""
#define myMQTT_BROKER "192.168.0.203"
#define myBAND 433.2E6
#define mySF 7