mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 09:17:40 +00:00
System GPS page bugfix
This commit is contained in:
@@ -182,7 +182,7 @@ if turtle then
|
||||
systemPage:sync()
|
||||
if Home.set() then
|
||||
Config.load('gps', values)
|
||||
self.grid:setValues(values.home or { })
|
||||
self.grid:setValues(values.home and { values.home } or { })
|
||||
self.grid:draw()
|
||||
systemPage.notification:success('Location set')
|
||||
else
|
||||
|
Reference in New Issue
Block a user