Skip to content

Commit 4d00ed9

Browse files
committed
Fix build on ESP32 (caused by espressif/arduino-esp32#7941)
Ported from 6b4dd3f
1 parent cd5566c commit 4d00ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/JsonFilterExample/JsonFilterExample.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void setup() {
1414
while (!Serial) continue;
1515

1616
// The huge input: an extract from OpenWeatherMap response
17-
const __FlashStringHelper* input_json = F(
17+
auto input_json = F(
1818
"{\"cod\":\"200\",\"message\":0,\"list\":[{\"dt\":1581498000,\"main\":{"
1919
"\"temp\":3.23,\"feels_like\":-3.63,\"temp_min\":3.23,\"temp_max\":4.62,"
2020
"\"pressure\":1014,\"sea_level\":1014,\"grnd_level\":1010,\"humidity\":"

0 commit comments

Comments
 (0)