You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ A map is composed from downloaded OSM tiles and returned as a LGFX sprite.
13
13
14
14
Tile fetching and decoding is performed concurrently across both cores on dualcore ESP32 devices.
15
15
16
-
This library is **PlatformIO only** due to use of modern C++ features. The Arduino IDE is **not** supported.
16
+
This library is **PlatformIO only** due to use of modern C++ features. The Arduino IDE is **not** supported.
17
+
Use [the latest Arduino ESP32 Core version](https://github.com/pioarduino/platform-espressif32/releases/latest) from [pioarduino](https://github.com/pioarduino/platform-espressif32) to compile this library.
17
18
18
19
[](https://www.openstreetmap.org/)
0 commit comments