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