To configure Wi-Fi credentials for the project:
- Copy
config.example.h
toconfig.h
in the firmware directory. - Replace
InsertYourSSIDHere
andInsertYourPasswordHere
inconfig.h
with your actual Wi-Fi SSID and password.
Note: config.h
is excluded from version control for security reasons.