Browse Source

change wakeup interval to 10 min

Fabian Peter Hammerle 2 years ago
parent
commit
c17a48d978
1 changed files with 2 additions and 1 deletions
  1. 2 1
      job.yaml

+ 2 - 1
job.yaml

@@ -1,5 +1,6 @@
+# https://docs.toit.io/platform/apps/appspec/#the-specification-file
 name: axp192 battery voltage
 entrypoint: axp192-battery-voltage.toit
 triggers:
   on_install: true
-  on_interval: 60s
+  on_interval: 10m