adding missing board to settings

This commit is contained in:
proddy
2026-01-09 18:45:50 +01:00
parent 7bc6cf3910
commit a93921c875

View File

@@ -130,7 +130,9 @@ let system_status = {
// partitions: [], // partitions: [],
developer_mode: true, developer_mode: true,
model: '', model: '',
board: '',
// model: 'BBQKees Electronics EMS Gateway E32 V2 (E32 V2.0 P3/2024011)', // model: 'BBQKees Electronics EMS Gateway E32 V2 (E32 V2.0 P3/2024011)',
// board: 'E32V2',
// status: 0, // status: 0,
status: 3 status: 3
}; };