mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix wrong Json with PCF8574 sensor
Fix wrong Json with PCF8574 sensor (#12088)
This commit is contained in:
parent
dd311aeb22
commit
772b15e9c0
@ -223,7 +223,6 @@ void Pcf8574Show(bool json)
|
|||||||
IndexSeparator(), idx +1,
|
IndexSeparator(), idx +1,
|
||||||
(gpio>>0)&1,(gpio>>1)&1,(gpio>>2)&1,(gpio>>3)&1,(gpio>>4)&1,(gpio>>5)&1,(gpio>>6)&1,(gpio>>7)&1);
|
(gpio>>0)&1,(gpio>>1)&1,(gpio>>2)&1,(gpio>>3)&1,(gpio>>4)&1,(gpio>>5)&1,(gpio>>6)&1,(gpio>>7)&1);
|
||||||
}
|
}
|
||||||
ResponseJsonEnd();
|
|
||||||
}
|
}
|
||||||
#endif // #ifdef USE_PCF8574_SENSOR
|
#endif // #ifdef USE_PCF8574_SENSOR
|
||||||
#if defined(USE_WEBSERVER) && defined(USE_PCF8574_DISPLAYINPUT)
|
#if defined(USE_WEBSERVER) && defined(USE_PCF8574_DISPLAYINPUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user