No description
- C 82.9%
- C++ 17.1%
| include | ||
| libraries | ||
| src | ||
| test | ||
| .clangd | ||
| .gitignore | ||
| diagram.json | ||
| platformio.ini | ||
| README.md | ||
| wokwi.toml | ||
Setup
WiFi Credentials
create a WiFiCredentials.h in the include/ directory
add the following two lines with your credentials:
#define SSID "myssidwhatever"
#define PASSWORD "mypassword"