RobinH6

Results 3 comments of RobinH6

I did it :D ``` #include #include #include "wifi_info.h" #define LOG_D(fmt, ...) printf_P(PSTR(fmt "\n") , ##__VA_ARGS__); bool is_on = false; float current_brightness = 100.0; void setup() { Serial.begin(115200); wifi_connect(); //...

thats nice!! how can i set the start brightness? When i set in my_accessory.h the brightness to 50 the app show but the led brightness is 100% (int 1023). Also...

anything new to make a brightness control with a switch