Skip to content

Commit

Permalink
add sidebar stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 20, 2023
1 parent 5bda407 commit f23a24a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/telemetry/models/aohdsystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ class AOHDSystem : public QObject
L_RO_PROP(int,curr_space_left_mb,set_curr_space_left_mb,0)
L_RO_PROP(int,ram_usage_perc,set_ram_usage_perc,0)
L_RO_PROP(int,ram_total,set_ram_total,0)
L_RO_PROP(int,ohd_platform_type,set_ohd_platform,0)
L_RO_PROP(int,ohd_wifi_type,set_ohd_wifi,0)
L_RO_PROP(int,ohd_cam_type,set_ohd_cam,0)
L_RO_PROP(int,ohd_sys_type,set_ohd_sys_ident,0)
// RPI only
L_RO_PROP(bool,rpi_undervolt_error,set_rpi_undervolt_error,false)
// needs ina219 sensor
Expand Down
4 changes: 2 additions & 2 deletions qml/ui/widgets/Sidebar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ BaseWidget {
}

Text {
text: "OpenHD 2.5 evo"
text: "Todo"
font.pixelSize: 14
font.family: "AvantGarde-Medium"
color: "#ffffff"
Expand Down Expand Up @@ -1086,7 +1086,7 @@ BaseWidget {
}

Text {
text: "Core3566"
text: "Todo"
font.pixelSize: 14
font.family: "AvantGarde-Medium"
color: "#ffffff"
Expand Down

0 comments on commit f23a24a

Please sign in to comment.