mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-30 23:23:03 +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
	 kepler155c@gmail.com
					kepler155c@gmail.com