mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Added screenshot feature
This commit is contained in:
@@ -898,6 +898,22 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "imageFormat",
|
||||
"label": "Screenshot Format",
|
||||
"type": "list",
|
||||
"default":"PBM",
|
||||
"description": "Graphics file format for screenshots [GIF|PBM|BMP]",
|
||||
"list": [
|
||||
{"l":"Compressed image (GIF)","v":"GIF"},
|
||||
{"l":"Portable bitmap (PBM)","v":"PBM"},
|
||||
{"l":"Windows bitmap (BMP)","v":"BMP"}
|
||||
],
|
||||
"category":"OBP60 Pages",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "page1type",
|
||||
"label": "Type",
|
||||
|
||||
Reference in New Issue
Block a user