mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-24 06:28:44 +01:00
Better WiFi connect and reconnect, online WiFi<->low power switching
This commit is contained in:
8
credentials.h
Normal file
8
credentials.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user