Skip to content

Commit

Permalink
serial port buffer limit increased
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Mar 24, 2020
1 parent 1e91b6a commit 97a1152
Show file tree
Hide file tree
Showing 7 changed files with 41,390 additions and 41,391 deletions.
27 changes: 15 additions & 12 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -6829,6 +6829,7 @@
"inheritFrom": "status_bgnd"
},
"data": "serial_is_connected",
"action": "show_sys_settings_serial",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -6839,7 +6840,7 @@
"style": {
"inheritFrom": "status_icon_enabled"
},
"action": "show_sys_settings_serial",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -6851,7 +6852,7 @@
"style": {
"inheritFrom": "status_icon_enabled_and_active"
},
"action": "show_sys_settings_serial",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand Down Expand Up @@ -6951,7 +6952,7 @@
"top": 0,
"width": 40,
"height": 32,
"text": " z"
"text": "z"
},
{
"type": "Text",
Expand All @@ -6972,6 +6973,7 @@
"inheritFrom": "default"
},
"data": "ethernet_is_connected",
"action": "show_sys_settings_ethernet",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -6982,7 +6984,7 @@
"style": {
"inheritFrom": "status_icon_enabled"
},
"action": "show_sys_settings_ethernet",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -6994,7 +6996,7 @@
"style": {
"inheritFrom": "status_icon_enabled_and_active"
},
"action": "show_sys_settings_ethernet",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand Down Expand Up @@ -7058,7 +7060,7 @@
"style": {
"inheritFrom": "status_icon_disabled"
},
"action": "dlog_toggle",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand Down Expand Up @@ -7157,7 +7159,7 @@
"style": {
"inheritFrom": "status_icon_disabled"
},
"action": "dlog_toggle",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -7169,7 +7171,7 @@
"style": {
"inheritFrom": "status_icon_disabled"
},
"action": "dlog_toggle",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -7181,7 +7183,7 @@
"style": {
"inheritFrom": "status_icon_disabled"
},
"action": "dlog_toggle",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -7193,7 +7195,7 @@
"style": {
"inheritFrom": "status_icon_disabled"
},
"action": "dlog_toggle",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand Down Expand Up @@ -7341,6 +7343,7 @@
"inheritFrom": "default"
},
"data": "file_manager_storage_alarm",
"action": "show_file_manager",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -7351,7 +7354,7 @@
"style": {
"inheritFrom": "status_icon_enabled"
},
"action": "show_file_manager",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand All @@ -7363,7 +7366,7 @@
"style": {
"inheritFrom": "status_icon_enabled_and_error"
},
"action": "show_file_manager",
"action": "",
"left": 0,
"top": 0,
"width": 40,
Expand Down
Loading

0 comments on commit 97a1152

Please sign in to comment.