Skip to content
Merged
Show file tree
Hide file tree
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 @@ -87,7 +87,7 @@ bool fetchMap(LGFX_Sprite &map, double longitude, double latitude, uint8_t zoom)
#include <LGFX_AUTODETECT.hpp>
#include <LovyanGFX.hpp>

#include <OpenStreetMap-esp32.h>
#include <OpenStreetMap-esp32.hpp>

const char *ssid = "xxx";
const char *password = "xxx";
Expand Down Expand Up @@ -144,7 +144,7 @@ void loop()

#include "LGFX_ESP32_8048S050C.hpp" // replace with your panel config

#include <OpenStreetMap-esp32.h>
#include <OpenStreetMap-esp32.hpp>

const char *ssid = "xxx";
const char *password = "xxx";
Expand Down
2 changes: 1 addition & 1 deletion examples/osm-basic-example/osm-basic-example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <LGFX_AUTODETECT.hpp>
#include <LovyanGFX.hpp>

#include <OpenStreetMap-esp32.h>
#include <OpenStreetMap-esp32.hpp>

const char *ssid = "xxx";
const char *password = "xxx";
Expand Down