revert gif decoder call

This commit is contained in:
Stephan Mühl
2023-04-07 23:29:27 +02:00
parent 70b68e14c4
commit 47493062b4
9 changed files with 452 additions and 607 deletions

View File

@@ -287,9 +287,6 @@ void MQTTManager_::setup()
device.setSoftwareVersion(VERSION);
device.setManufacturer(HAmanufacturer);
device.setModel(HAmodel);
char url[50];
snprintf(url, sizeof(url), "http://%s", WiFi.localIP().toString().c_str());
device.setURL("http://192.168.178.102");
device.setAvailability(true);
device.enableSharedAvailability();
device.enableLastWill();