mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Remove old code we don't user anymore
This commit is contained in:
parent
c27a4f1484
commit
437eb68d00
@ -298,14 +298,6 @@ int WebOTA::add_http_routes(WebServer *server, const char *path) {
|
||||
} else {
|
||||
//uint32_t maxSketchSpace = this->max_sketch_size();
|
||||
|
||||
#if defined(ESP8266)
|
||||
const char* BOARD_NAME = "ESP8266";
|
||||
#elif defined(ESP32)
|
||||
const char* BOARD_NAME = "ESP32";
|
||||
#else
|
||||
const char* BOARD_NAME = "Unknown";
|
||||
#endif
|
||||
|
||||
String uptime_str = human_time(millis() / 1000);
|
||||
String board_type = webota.get_board_type();
|
||||
String mac_addr = get_mac_address();
|
||||
|
Loading…
Reference in New Issue
Block a user