mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 23:50:26 +00:00
System GPS page bugfix
This commit is contained in:
parent
4836a6a3a2
commit
6ed8468a65
@ -144,7 +144,7 @@ if turtle then
|
|||||||
local Home = require('turtle.home')
|
local Home = require('turtle.home')
|
||||||
|
|
||||||
local values = { }
|
local values = { }
|
||||||
Config.load('gps', values.home or { })
|
Config.load('gps', values.home and { values.home } or { })
|
||||||
|
|
||||||
systemPage.tabs:add({
|
systemPage.tabs:add({
|
||||||
gpsTab = UI.Window {
|
gpsTab = UI.Window {
|
||||||
|
Loading…
Reference in New Issue
Block a user