From 740edc4d49f6645a6ff06adc00771e31b2ae1c18 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 5 Jul 2016 12:08:56 -0700 Subject: [PATCH] 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. --- firmware/application/ui_setup.cpp | 1 - firmware/application/ui_setup.hpp | 5 ----- 2 files changed, 6 deletions(-) diff --git a/firmware/application/ui_setup.cpp b/firmware/application/ui_setup.cpp index 95beba9b..da662404 100644 --- a/firmware/application/ui_setup.cpp +++ b/firmware/application/ui_setup.cpp @@ -172,7 +172,6 @@ AboutView::AboutView(NavigationView& nav) { &text_title, &text_firmware, &text_cpld_hackrf, - &text_cpld_portapack, &button_ok, } }); diff --git a/firmware/application/ui_setup.hpp b/firmware/application/ui_setup.hpp index 8442c711..016d11ab 100644 --- a/firmware/application/ui_setup.hpp +++ b/firmware/application/ui_setup.hpp @@ -239,11 +239,6 @@ private: "HackRF CPLD CRC 0x????????", }; - Text text_cpld_portapack { - { 0, 160, 240, 16 }, - "PortaPack CPLD CRC 0x????????", - }; - Button button_ok { { 72, 192, 96, 24 }, "OK"