Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 564 Bytes

Espruino Example for the ESP8266

Blink - 01_blink.js

Blinks blue LED on all ESP8266 boads.

Simple Wifi - 02_wifi.js

Connect to Wifi and prints out current IP

Wifi with HTTP Server - 03_wifi_webserver.js

Connect to Wifi, starts HTTP server and displays access points. Also has simple HTML generator code.

More Info