Skip to content

Commit 6d72ad6

Browse files
committed
Dependencies: Use espressif8266@^2 where HTTPClient::begin trips
It happens on an outdated Homie installation, `marvinroger/Homie@^2`. Homie/Boot/BootConfig.cpp:282:20: error: call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, url) 282 | _httpClient.begin(url); | ~~~~~~~~~~~~~~~~~^~~~~
1 parent 4b45797 commit 6d72ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homie/node-homie-basic/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
src_dir = .
1313

1414
[env:esp07]
15-
platform = espressif8266
15+
platform = espressif8266@^2
1616
board = esp07
1717
framework = arduino
1818

0 commit comments

Comments
 (0)