Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 358 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 358 Bytes

PicoSignal

This is a simple Raspberry Pico project. Allows to turn on and off a led via a web interface.

Config

A config file is used for wifi information and other stuff.

Template

Only the "{status}" variable is supported in the template; this can be 'on' or 'off' depending on the status of the led.

To Do

Add simple HTTP authentication.