Skip to content

Commit fb4388d

Browse files
authored
Fix build error, update button, etc. (#58)
* Fixed a build error caused by an npm library update. * Fixed missing Update button in Settings dialog when an update is available. * Made GPS time-sync indicator less strict. * Added NTP-sync indicator to show if your system clock is NTP-synced when GPS sync is gone.
1 parent ae4b4ac commit fb4388d

21 files changed

Lines changed: 1949 additions & 1621 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.10.1
2+
3+
* Fixed a build error caused by an npm library update.
4+
* Fixed missing Update button in Settings dialog when an update is available.
5+
* Made GPS time-sync indicator less strict.
6+
* Added NTP-sync indicator to show if your system clock is NTP-synced when GPS sync is gone.
7+
18
## 2.10.0
29

310
* Added option to display wind speed in knots, in combination with either imperial or metric units.

build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ async function doServiceDeployment(): Promise<void> {
10991099

11001100
if (doUpdateUpgrade) {
11011101
showStep();
1102-
write('Updating/upgrading packages' + trailingSpace);
1102+
write('Updating/upgrading packages (can take a long time!)' + trailingSpace);
11031103
await monitorProcess(spawn('apt-get', ['update', '-y']), spin, ErrorMode.NO_ERRORS);
11041104
await monitorProcess(spawn('apt-get', ['upgrade', '-y']), spin, ErrorMode.NO_ERRORS);
11051105
stepDone();

0 commit comments

Comments
 (0)