Better WiFi connect and reconnect, online WiFi<->low power switching

This commit is contained in:
Holger Fleischmann
2019-04-14 13:29:02 +02:00
parent efa607eeca
commit cb3f692741
5 changed files with 55 additions and 24 deletions

8
credentials.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef CREDENTIALS_H_
#define CREDENTIALS_H_
extern const char *wifiSsid;
extern const char *wifiPassword;
extern const char *thingspeakApiKey;
#endif /* CREDENTIALS_H_ */