mirror of https://github.com/espruino/BangleApps
Revert test mode
parent
fe0f189455
commit
538abc003a
|
@ -310,7 +310,7 @@ function drawGPSWaitPage() {
|
|||
g.drawString("Please wait...", 80, 155);
|
||||
g.flip();
|
||||
|
||||
const DEBUG = true;
|
||||
const DEBUG = false;
|
||||
if (DEBUG) {
|
||||
const gps = {
|
||||
"lat": 56.45783133333,
|
||||
|
|
Loading…
Reference in New Issue