change FW name

This commit is contained in:
interfisch 2021-10-07 21:11:34 +02:00
parent d1b05816d5
commit 1cc242c76b
2 changed files with 2 additions and 4 deletions

View File

@ -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
@ -59,5 +58,4 @@ build_flags =
-D PWM_FREQUENCY=1000 ;default: 1000 Hz
-D PWM_MAX=1023 ;10 bit dac
-D PWM_MINDIMMED=PWM_MAX/3
-D BRIGHTNESSCURVE=2
-D FW_NAME=\"kuechenlicht\"
-D BRIGHTNESSCURVE=2

View File

@ -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);