Initial weather support

This commit is contained in:
2026-06-01 08:36:49 -04:00
parent 1d4bcebfbb
commit 8858ee2b98
2 changed files with 19 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
var Clay = require('@rebble/clay');
var clayConfig = require('./config');
var customClay = require('./customClay');
require('./weather');
new Clay(clayConfig, customClay);
Pebble.addEventListener("ready", function () {