C++ code for ESP32 based timer.
This is for a school project.
credentials.h:
const int cred_c = [amount of Wi-Fi networks];
const char* cred_v[cred_c][2] = {
{"SSID","PASSWORD"},
...
};
const String API_key = [API Key for adding times];
| Name | Name | Last commit date | ||
|---|---|---|---|---|
C++ code for ESP32 based timer.
This is for a school project.
credentials.h:
const int cred_c = [amount of Wi-Fi networks];
const char* cred_v[cred_c][2] = {
{"SSID","PASSWORD"},
...
};
const String API_key = [API Key for adding times];