mirror of
https://github.com/kepler155c/opus
synced 2025-01-11 16:20:26 +00:00
System GPS page bugfix
This commit is contained in:
parent
bbcb8ecd6e
commit
4836a6a3a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user