fix WeatherNode

This commit is contained in:
LowPowerLab 2016-12-18 19:25:33 -05:00
parent d9434f3010
commit 3d4ebbffc1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ void loop()
dtostrf(H, 3,2, Hstr);
dtostrf(P, 3,2, Pstr);
sprintf(buffer, "BAT:%sv F:%d H:%d P:%s", BATstr, Fstr, Hstr, Pstr);
sprintf(buffer, "BAT:%sv F:%s H:%s P:%s", BATstr, Fstr, Hstr, Pstr);
sendLen = strlen(buffer);
radio.sendWithRetry(GATEWAYID, buffer, sendLen, 1); //retry one time