POprawki pod siebie
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
#include "HomeSpan.h"
|
||||
#include "DEV_LED.h"
|
||||
|
||||
int zmienna = 0;
|
||||
void setup() {
|
||||
|
||||
// Example 6 changes Example 5 so that LED #2 is now dimmable, instead of just on/off. This requires us to create a new
|
||||
@@ -62,7 +62,9 @@ void setup() {
|
||||
homeSpan.setQRID("111-22-333");
|
||||
|
||||
// konfiguracja WIFI przez port szerefowy "W<returm"
|
||||
|
||||
// 1.Płytka ESP32 Dev Module
|
||||
// 2 Partycja: Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
|
||||
// 3. konfiguracja WIFI przez port szerefowy komenda "W", U - unpair
|
||||
homeSpan.begin(Category::Lighting,"HomeSpan LED tst");
|
||||
|
||||
|
||||
@@ -80,5 +82,6 @@ void setup() {
|
||||
void loop(){
|
||||
|
||||
homeSpan.poll();
|
||||
|
||||
Serial.println(zmienna);
|
||||
delay(500);
|
||||
} // end of loop()
|
||||
|
||||
Reference in New Issue
Block a user