This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MK:=$(subst .mk,,$(wildcard *.mk)) | |
all: | |
@for command in $(MK);do make --no-print-directory all-$$command;done | |
include *.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <ESP8266WebServer.h> | |
#include <ESP8266httpUpdate.h> | |
#include <EEPROM.h> | |
#define DEBUG | |
ESP8266WebServer g_server(80); | |
const char* g_root = R"(<html> | |
<body> |