Skip to content

Commit c6e6f34

Browse files
Add pioarduino links (#89)
1 parent 8688ba8 commit c6e6f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ A map is composed from downloaded OSM tiles and returned as a LGFX sprite.
1313

1414
Tile fetching and decoding is performed concurrently across both cores on dualcore ESP32 devices.
1515

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.
1718

1819
[![map](https://github.com/user-attachments/assets/39a7f287-c59d-4365-888a-d4c3f77a1dd1 "Click to visit OpenStreetMap.org")](https://www.openstreetmap.org/)
1920

@@ -200,4 +201,3 @@ void loop()
200201
delay(1000);
201202
}
202203
```
203-

0 commit comments

Comments
 (0)