/esp8266

Windows Build Environment for ESP8266

Primary LanguageC++

Windows Build Environment for ESP8266

A standalone build environment for developing custom bootloaders & firmware for ESP8266 on Windows.

#include "app.h"

void ICACHE_FLASH_ATTR start()
{
    log("\nstarted!\n");
}

Run BUILD.bat to compile and flash the app.

Links