Merge pull request #1851 from kolcun/patch-1

Increase buffer size
pull/1873/head
Aircoookie 2021-04-07 01:15:42 +02:00 zatwierdzone przez GitHub
commit d230be3e1c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -120,7 +120,7 @@ class UsermodTemperature : public Usermod {
getTemperature();
if (WLED_MQTT_CONNECTED) {
char subuf[38];
char subuf[45];
strcpy(subuf, mqttDeviceTopic);
if (-100 <= temperature) {
// dont publish super low temperature as the graph will get messed up