From c8ce7539dfa7d1efcbb175819227acfc55d1bff6 Mon Sep 17 00:00:00 2001 From: jeonlab <37269397+jeonlab@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:11:38 -0400 Subject: [PATCH] Update apps/golf-gps/golf-gps.js Co-authored-by: Rob Pilling --- apps/golf-gps/golf-gps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/golf-gps/golf-gps.js b/apps/golf-gps/golf-gps.js index 787e97127..d8a517314 100644 --- a/apps/golf-gps/golf-gps.js +++ b/apps/golf-gps/golf-gps.js @@ -241,7 +241,7 @@ function finishGame() { let saveFileContents = ' '; let parTotal = 0; - Bangle.setGPSPower(0); + Bangle.setGPSPower(0, "golf-gps"); const saveFilename = `Scorecard-${date.getFullYear()}${zeroPad(date.getMonth() + 1, 2)}${zeroPad(date.getDate(), 2)}`; const saveFile = require("Storage").open(saveFilename, "w"); for (let i = 1; i < 19; i++) {