Add files via upload

removed no longer required import of "heatshrink"
pull/3239/head
naden 2024-03-08 10:11:28 +01:00 committed by GitHub
parent 0ccea50efe
commit c083e1aec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -3,3 +3,4 @@
0.3: (2024-03-01) advanced settings, rearanged ui elements, fixed rendering problems
0.31: (2024-03-06) fixed typos in readme, removed some unnecessary code
0.32: replaced icons with "Graphics.createImage"
0.33: removed no longer required import of "heatshrink"

View File

@ -3,7 +3,6 @@
*/
const Layout = require("Layout");
const locale = require("locale").name == "system" ? "en" : require("locale").name.substring(0, 2);
const hs = require("heatshrink");
// "Anton" bold font
Graphics.prototype.setFontAnton = function(scale) {

View File

@ -2,7 +2,7 @@
"id": "regattatimer",
"name": "Regatta Timer",
"shortName": "RegattaTimer",
"version": "0.32",
"version": "0.33",
"description": "Regatta Timer with 5-4-1 Countdown",
"icon": "icon.png",
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",