Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 299 Bytes

File metadata and controls

10 lines (6 loc) · 299 Bytes

Shop Button

A microcontroller powered shop button that does some IoT things.

Local Information in env.h

This sketch includes a local file, env.h, which must define locally varying parameters and secrets. Below is an example stub:

const char* webhook_1 = "webhook_url_for_button_1";