blinkhttp/blinkhttp.example.h

10 lines
129 B
C
Raw Normal View History

2017-03-02 17:15:46 +01:00
// HTTP
#define HTTP_PORT 80
// LED
#define LED_PIN 5 // = D1
// WIFI
#define wifi_ssid "XXX"
#define wifi_password "XXX"