Próba uruchamiania z włączonymi LEDami
This commit is contained in:
@@ -74,6 +74,7 @@ BH1750 lightMeter;
|
||||
int RedHomeKit = 0;
|
||||
int GreenHomeKit = 0;
|
||||
int BlueHomeKit = 0;
|
||||
bool turnOnFlag = true;
|
||||
|
||||
int8_t resetVal = 0;
|
||||
int8_t fanSpeedVal = 1;
|
||||
@@ -503,6 +504,9 @@ void loop() {
|
||||
Serial.println(GreenHomeKit);
|
||||
Serial.print("B: ");
|
||||
Serial.println(BlueHomeKit);
|
||||
Serial.print("turnOnFlag: ");
|
||||
Serial.println(turnOnFlag);
|
||||
|
||||
|
||||
delay(500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user