mirror of
https://git.wetfence.xyz/RandyTheSilly/Civic-Segments.git
synced 2026-09-05 10:07:14 -04:00
Show date on accel
This commit is contained in:
@@ -23,12 +23,6 @@ function locationSuccess(pos) {
|
||||
const normalized_temp = clamped_temp - min_temp;
|
||||
const temp_bars = Math.round(normalized_temp / 4);
|
||||
|
||||
console.log("Current temp: " + current_temp);
|
||||
console.log("Min temp: " + min_temp);
|
||||
console.log("Max temp: " + max_temp);
|
||||
console.log("Clamped temp: " + clamped_temp);
|
||||
console.log("Bars " + temp_bars);
|
||||
|
||||
Pebble.sendAppMessage({ PKJS_TEMP_BAR_COUNT: temp_bars });
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user