Skip to content

Instantly share code, notes, and snippets.

View desarrollogis's full-sized avatar

Vicente Obregon desarrollogis

View GitHub Profile
MK:=$(subst .mk,,$(wildcard *.mk))
all:
@for command in $(MK);do make --no-print-directory all-$$command;done
include *.mk
@desarrollogis
desarrollogis / esp8266_config.cpp
Last active September 28, 2015 00:09
Configuration code for ESP8266
#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>