File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13956,7 +13956,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13956
13956
reqData = BLINKER_F("+");
13957
13957
reqData += BLINKER_CMD_WEATHER_AT;
13958
13958
reqData += BLINKER_F(":");
13959
- reqData += STRING_format(weather(_slaverAT->getParam(0)));
13959
+ reqData += STRING_format(weather(_slaverAT->getParam(0).toInt() ));
13960
13960
13961
13961
BProto::serialPrint(reqData);
13962
13962
BProto::serialPrint(BLINKER_CMD_OK);
@@ -13967,7 +13967,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13967
13967
reqData = BLINKER_F("+");
13968
13968
reqData += BLINKER_CMD_AQI_AT;
13969
13969
reqData += BLINKER_F(":");
13970
- reqData += STRING_format(aqi (_slaverAT->getParam(0)));
13970
+ reqData += STRING_format(air (_slaverAT->getParam(0).toInt( )));
13971
13971
13972
13972
BProto::serialPrint(reqData);
13973
13973
BProto::serialPrint(BLINKER_CMD_OK);
You can’t perform that action at this time.
0 commit comments