Skip to content

Commit

Permalink
Fixed smal issue on index.html.gz and webclient.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain REMY authored and Sylvain REMY committed Sep 9, 2017
1 parent 4091579 commit 36f1a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/Wifinfo/data/index.htm.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/Wifinfo/webclient.cpp
Expand Up @@ -406,8 +406,8 @@ boolean domoticzPost(void)
url += "&nvalue=0";
url += "&svalue=";
url += String(atoi(meMap["PAPP"].c_str())).c_str();
url += ";";
url += String(atoi(meMap["PAPP"].c_str())).c_str();
url += ";0";
//url += String(atoi(meMap["IINST"].c_str())).c_str(); Computed by Domoticz

if(!httpPost( config.domoticz.host, config.domoticz.port, (char *) url.c_str()))
{
Expand Down

0 comments on commit 36f1a3e

Please sign in to comment.