mirror of
https://github.com/nikdoof/busylight.git
synced 2025-12-23 15:29:24 +00:00
Convert to Platform.io
This commit is contained in:
21
include/config.h
Normal file
21
include/config.h
Normal file
@@ -0,0 +1,21 @@
|
||||
// Type of RGB LED, adjusts the brightness calculations.
|
||||
#define LED_TYPE 0 // 0 = Anode, 1 = Cathode
|
||||
|
||||
// GPIO pins for each colour
|
||||
#define RED_LED_PIN 4
|
||||
#define GREEN_LED_PIN 0
|
||||
#define BLUE_LED_PIN 2
|
||||
|
||||
// Enables the webserver
|
||||
#define WEBSERVER
|
||||
|
||||
// Enable MQTT connection (not complete)
|
||||
//#define MQTT
|
||||
|
||||
// WIFI connection details
|
||||
#define WIFI_SSID "ssid"
|
||||
#define WIFI_PASS "s3cur3"
|
||||
|
||||
// MQTT connection details
|
||||
#define MQTT_SERVER "mqtt.local"
|
||||
#define MQTT_PORT 1883
|
||||
Reference in New Issue
Block a user