import
This commit is contained in:
9
blinkhttp.example.h
Normal file
9
blinkhttp.example.h
Normal 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"
|
||||
Reference in New Issue
Block a user