This commit is contained in:
Julien Cabillot
2017-03-02 17:15:46 +01:00
committed by JC
commit 33993f60b3
10 changed files with 123 additions and 0 deletions

9
blinkhttp.example.h Normal file
View File

@@ -0,0 +1,9 @@
// HTTP
#define HTTP_PORT 80
// LED
#define LED_PIN 5 // = D1
// WIFI
#define wifi_ssid "XXX"
#define wifi_password "XXX"