Skip to content

Commit

Permalink
Fix Typo in ds18b20-web.lua (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus authored Dec 14, 2022
1 parent 193fe35 commit 4e3990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_modules/ds18b20/ds18b20-web.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local function readout(temps)
"<b>ESP8266</b></br>"

for addr, temp in pairs(temps) do
resp = resp .. string.format("Sensor %s: %s &#8451</br>",
resp = resp .. string.format("Sensor %s: %s &#8451;</br>",
('%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X '):format(addr:byte(1,8)), temp)
end

Expand Down

0 comments on commit 4e3990d

Please sign in to comment.