change FW name
This commit is contained in:
parent
d1b05816d5
commit
1cc242c76b
|
@ -38,7 +38,6 @@ build_flags =
|
||||||
-D BRIGHTNESSCURVE=1.4
|
-D BRIGHTNESSCURVE=1.4
|
||||||
-D TEMPERATURE_MIN=2760 ;temperature of warm white leds
|
-D TEMPERATURE_MIN=2760 ;temperature of warm white leds
|
||||||
-D TEMPERATURE_MAX=5640 ;temperature of cold white leds
|
-D TEMPERATURE_MAX=5640 ;temperature of cold white leds
|
||||||
-D FW_NAME=\"tischlicht\"
|
|
||||||
|
|
||||||
|
|
||||||
#Kuechenlicht
|
#Kuechenlicht
|
||||||
|
@ -59,5 +58,4 @@ build_flags =
|
||||||
-D PWM_FREQUENCY=1000 ;default: 1000 Hz
|
-D PWM_FREQUENCY=1000 ;default: 1000 Hz
|
||||||
-D PWM_MAX=1023 ;10 bit dac
|
-D PWM_MAX=1023 ;10 bit dac
|
||||||
-D PWM_MINDIMMED=PWM_MAX/3
|
-D PWM_MINDIMMED=PWM_MAX/3
|
||||||
-D BRIGHTNESSCURVE=2
|
-D BRIGHTNESSCURVE=2
|
||||||
-D FW_NAME=\"kuechenlicht\"
|
|
|
@ -6,7 +6,7 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <Homie.h>
|
#include <Homie.h>
|
||||||
|
|
||||||
|
#define FW_NAME "esplight"
|
||||||
#define FW_VERSION "1.0.0"
|
#define FW_VERSION "1.0.0"
|
||||||
|
|
||||||
bool enableHandler(const HomieRange& range, const String& value);
|
bool enableHandler(const HomieRange& range, const String& value);
|
||||||
|
|
Loading…
Reference in New Issue