Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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];

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages