mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 00:57:38 +00:00
CPLD: Temporarily remove HackRF bitstream check UI.
It was poorly implemented and was confusing the hell out of people when their CPLD was showing "BAD", even though it was fine...
This commit is contained in:
@@ -175,18 +175,19 @@ AboutView::AboutView(NavigationView& nav) {
|
||||
add_children({
|
||||
&text_title,
|
||||
&text_firmware,
|
||||
&text_cpld_hackrf,
|
||||
&text_cpld_hackrf_status,
|
||||
// &text_cpld_hackrf,
|
||||
// &text_cpld_hackrf_status,
|
||||
&button_ok,
|
||||
});
|
||||
|
||||
button_ok.on_select = [&nav](Button&){ nav.pop(); };
|
||||
|
||||
/*
|
||||
if( hackrf::cpld::verify_eeprom() ) {
|
||||
text_cpld_hackrf_status.set(" OK");
|
||||
} else {
|
||||
text_cpld_hackrf_status.set("BAD");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void AboutView::focus() {
|
||||
|
@@ -233,7 +233,7 @@ private:
|
||||
{ 0, 128, 240, 16 },
|
||||
"Git Commit Hash " GIT_REVISION,
|
||||
};
|
||||
|
||||
/*
|
||||
Text text_cpld_hackrf {
|
||||
{ 0, 144, 11*8, 16 },
|
||||
"HackRF CPLD",
|
||||
@@ -243,7 +243,7 @@ private:
|
||||
{ 240 - 3*8, 144, 3*8, 16 },
|
||||
"???"
|
||||
};
|
||||
|
||||
*/
|
||||
Button button_ok {
|
||||
{ 72, 192, 96, 24 },
|
||||
"OK"
|
||||
|
Reference in New Issue
Block a user