There was an error while loading. Please reload this page.
1 parent fead195 commit 6b4dd3fCopy full SHA for 6b4dd3f
examples/JsonFilterExample/JsonFilterExample.ino
@@ -15,7 +15,7 @@ void setup() {
15
continue;
16
17
// The huge input: an extract from OpenWeatherMap response
18
- const __FlashStringHelper* input_json = F(
+ auto input_json = F(
19
"{\"cod\":\"200\",\"message\":0,\"list\":[{\"dt\":1581498000,\"main\":{"
20
"\"temp\":3.23,\"feels_like\":-3.63,\"temp_min\":3.23,\"temp_max\":4.62,"
21
"\"pressure\":1014,\"sea_level\":1014,\"grnd_level\":1010,\"humidity\":"
0 commit comments