Skip to content

Add pioarduino links #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ A map is composed from downloaded OSM tiles and returned as a LGFX sprite.

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

This library is **PlatformIO only** due to use of modern C++ features. The Arduino IDE is **not** supported.
This library is **PlatformIO only** due to use of modern C++ features. The Arduino IDE is **not** supported.
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.

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

Expand Down Expand Up @@ -200,4 +201,3 @@ void loop()
delay(1000);
}
```