mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Put back the %s
This commit is contained in:
parent
616c6669a9
commit
1c1436d7ed
@ -61,7 +61,7 @@ const char MCP230XX_SENSOR_RESPONSE[] PROGMEM = "{\"Sensor29\":{\"D\":%i,\"MODE\
|
|||||||
|
|
||||||
#ifdef USE_WEBSERVER
|
#ifdef USE_WEBSERVER
|
||||||
#ifdef USE_MCP230xx_displaymain
|
#ifdef USE_MCP230xx_displaymain
|
||||||
const char HTTP_SNS_MCP230xx_GPIO[] PROGMEM = "{s}MCP230XX D%d{m}%d{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
const char HTTP_SNS_MCP230xx_GPIO[] PROGMEM = "%s{s}MCP230XX D%d{m}%d{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
||||||
#endif // USE_MCP230xx_displaymain
|
#endif // USE_MCP230xx_displaymain
|
||||||
#ifdef USE_MCP230xx_webconfig
|
#ifdef USE_MCP230xx_webconfig
|
||||||
const char HTTP_FORM_I2C_MCP230XX_T[] PROGMEM = "<table>";
|
const char HTTP_FORM_I2C_MCP230XX_T[] PROGMEM = "<table>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user