parent
30ffc26666
commit
4b24f850d6
|
|
@ -81,7 +81,7 @@ void setup() {
|
||||||
|
|
||||||
new Service::AccessoryInformation();
|
new Service::AccessoryInformation();
|
||||||
new Characteristic::Identify();
|
new Characteristic::Identify();
|
||||||
new Characteristic::Name(u8"Special chars ÄÖÜß"); // Use UTF-8 coded string for none ASCII characters
|
new Characteristic::Name(u8"Special chars ÄÖÜß"); // Use UTF-8 coded string for non-ASCII characters
|
||||||
|
|
||||||
new DEV_DimmableLED(18);
|
new DEV_DimmableLED(18);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue