Add HTTP server
This commit is contained in:
parent
6b2d89340a
commit
8bd9a9b1d0
7 changed files with 206 additions and 8 deletions
7
main/settings.h
Normal file
7
main/settings.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef SETTINGS_H_
|
||||
#define SETTINGS_H_
|
||||
|
||||
#define WIFI_SSID ""
|
||||
#define WIFI_PASS ""
|
||||
|
||||
#endif // SETTINGS_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue