Start working on a Adafruit Feather M0 WiFi w/ATWINC1500 firmware (with slight update to HanReader interface)

This commit is contained in:
Vegar Westerlund
2019-05-11 21:34:11 +02:00
parent 09caae4093
commit 9a2995667b
8 changed files with 463 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
#define SECRET_SSID ""
#define SECRET_PASS ""
#define AUTH_HEADER "Basic [base64-user:pass-string]"