Skip to content

Commit a1ab840

Browse files
authored
usermod_fpp.h aktualisieren
1 parent 31a7e00 commit a1ab840

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

usermods/FSEQ/usermod_fpp.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class UsermodFPP : public Usermod {
144144

145145
doc["majorVersion"] = 16;
146146
doc["minorVersion"] = 0;
147-
doc["typeId"] = 251;
147+
doc["typeId"] = 195;
148148
doc["UUID"] = WiFi.macAddress();
149149

150150
JsonObject utilization = doc.createNestedObject("Utilization");
@@ -264,7 +264,7 @@ class UsermodFPP : public Usermod {
264264

265265
adv["majorVersion"] = major;
266266
adv["minorVersion"] = minor;
267-
adv["typeId"] = 251;
267+
adv["typeId"] = 165;
268268
adv["UUID"] = WiFi.macAddress();
269269

270270
JsonObject util = adv.createNestedObject("Utilization");
@@ -298,7 +298,7 @@ class UsermodFPP : public Usermod {
298298
sys["ip"] = WiFi.localIP().toString();
299299
sys["version"] = versionString;
300300
sys["hardwareType"] = "WLED";
301-
sys["type"] = 251;
301+
sys["type"] = 165;
302302
sys["num_chan"] = strip.getLength() * 3;
303303
sys["NumPixelPort"] = 1;
304304
sys["NumSerialPort"] = 0;
@@ -332,7 +332,7 @@ void sendPingPacket(IPAddress destination = IPAddress(255, 255, 255, 255)) {
332332
buf[7] = 0x03; // Ping packet version = 3
333333
buf[8] = 0x00; // SubType = Ping
334334

335-
buf[9] = 0xFB; // Hardware Type = ESPixelStick ESP32
335+
buf[9] = 0xC3; // Hardware Type = ESPixelStick ESP32
336336

337337
// --------------------------------------------------
338338
// Version (MSB first!)

0 commit comments

Comments
 (0)