We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5566c commit 4d00ed9Copy full SHA for 4d00ed9
examples/JsonFilterExample/JsonFilterExample.ino
@@ -14,7 +14,7 @@ void setup() {
14
while (!Serial) continue;
15
16
// The huge input: an extract from OpenWeatherMap response
17
- const __FlashStringHelper* input_json = F(
+ auto input_json = F(
18
"{\"cod\":\"200\",\"message\":0,\"list\":[{\"dt\":1581498000,\"main\":{"
19
"\"temp\":3.23,\"feels_like\":-3.63,\"temp_min\":3.23,\"temp_max\":4.62,"
20
"\"pressure\":1014,\"sea_level\":1014,\"grnd_level\":1010,\"humidity\":"
0 commit comments