Added credentials file.

This commit is contained in:
Holger Weber
2026-02-13 01:36:23 +01:00
parent 53e51dc50b
commit 076b5ba3e5
3 changed files with 183 additions and 113 deletions

View File

@@ -44,3 +44,15 @@ http://wiki.evilmadscientist.com/Installing_software
# return serialPort
- In my version lines 1355-1360
## Setup
Add credentials.h file with content like this:
const char *kWifiSsid = "MySSID";
const char *kWifiPassword = "MySecret";
To disable Wifi:
const char *kWifiSsid = 0;
const char *kWifiPassword = 0;