Skip to content
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
2 changes: 1 addition & 1 deletion src/OpenStreetMap-esp32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class OpenStreetMap
static void tileFetcherTask(void *param);
static void PNGDraw(PNGDRAW *pDraw);

static inline OpenStreetMap *currentInstance = nullptr;
static inline thread_local OpenStreetMap *currentInstance = nullptr;
static inline thread_local uint16_t *currentTileBuffer = nullptr;
const TileProvider *currentProvider = &tileProviders[0];
std::vector<CachedTile> tilesCache;
Expand Down