display network settings based on device capabilities + fix android basic network info

This commit is contained in:
Martín Fernández
2019-02-06 15:51:50 +01:00
committed by Frans de Jonge
parent f3a36f8285
commit 04e17424d0
8 changed files with 34 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ local Kobo = Generic:new{
isTouchDevice = yes, -- all of them are
hasBGRFrameBuffer = yes, -- True when >16bpp (i.e., on current FW)
hasOTAUpdates = yes,
hasWifiManager = yes,
-- most Kobos have X/Y switched for the touch screen
touch_switch_xy = true,