mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-23 14:11:28 +00:00
Remove PortaPack CPLD checksum display.
No point in calculating or showing, since full compare against desired bits is done at every startup -- way better than a CRC, and if it fails tries to program. If programming fails, the PortaPack panics and LED flashes.
This commit is contained in:
parent
3ed1d9e24a
commit
740edc4d49
@ -172,7 +172,6 @@ AboutView::AboutView(NavigationView& nav) {
|
|||||||
&text_title,
|
&text_title,
|
||||||
&text_firmware,
|
&text_firmware,
|
||||||
&text_cpld_hackrf,
|
&text_cpld_hackrf,
|
||||||
&text_cpld_portapack,
|
|
||||||
&button_ok,
|
&button_ok,
|
||||||
} });
|
} });
|
||||||
|
|
||||||
|
@ -239,11 +239,6 @@ private:
|
|||||||
"HackRF CPLD CRC 0x????????",
|
"HackRF CPLD CRC 0x????????",
|
||||||
};
|
};
|
||||||
|
|
||||||
Text text_cpld_portapack {
|
|
||||||
{ 0, 160, 240, 16 },
|
|
||||||
"PortaPack CPLD CRC 0x????????",
|
|
||||||
};
|
|
||||||
|
|
||||||
Button button_ok {
|
Button button_ok {
|
||||||
{ 72, 192, 96, 24 },
|
{ 72, 192, 96, 24 },
|
||||||
"OK"
|
"OK"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user