Skip to content

milli9d/esp_playground_sdk

Repository files navigation

ESP Playground SDK

A collection of ESP8266 projects for the ESP RTOS SDK.

Runs on a Linux host machine.


Build toolchain (perform this first):
    source ./configure_esp.sh
Configure ESP SDK:
    make menuconfig
Build app:
    make app
Flash app:
    make flash