Updated praline low and high band tuning (#3030)

* Updated harckrf_gpio methods to more closely reflect hackrf_usb. Added some ui debug updates to RFFC5072 Status View.

* Updated tuning tables for tuning.cpp. Remnoved 15MHz lower limit in max2831.cpp since lower bandwidths don't seem to be causing lower band issues. Added more opportunities for clocks to stabalize at startup in board.cpp. Added/amended UI to help with addresssing low band tuning issues. Cleaned up stale comments in radio.cpp.

* Ran format-code.sh

* Updated to remove commented lines as part of clean up addressing review comments.
This commit is contained in:
stafur
2026-02-22 19:40:49 -05:00
committed by GitHub
parent 1ad092f341
commit 85eaa9d800
10 changed files with 413 additions and 162 deletions
+6 -7
View File
@@ -804,10 +804,9 @@ class RFFC5072StatusView : public View {
NavigationView& nav_;
void refresh_status();
Text text_title{{0, 0, 240, 16}, "=== RFFC5072 (1st IF) ==="};
Text text_status{{0, 0, 240, 16}, "---"};
Text text_lbl_lock{{0, 16, 114, 16}, "Lock Detect:"};
Text text_lock{{116, 16, 124, 16}, "---"};
Text text_gpio4{{0, 16, 240, 16}, "---"};
Text text_ctrl{{0, 32, 240, 16}, "---"};
@@ -841,13 +840,13 @@ class RFFC5072StatusView : public View {
Text text_lbl_calc{{0, 192, 114, 16}, "Calc freq:"};
Text text_calc{{116, 192, 124, 16}, "---"};
Text text_status{{0, 208, 240, 16}, ""};
Text text_regs_status{{0, 208, 240, 16}, "---"};
Text text_lbl_regs_status{{0, 224, 48, 16}, "Regs:"};
Text text_regs_status{{50, 224, 190, 16}, "---"};
Text text_status2{{0, 224, 240, 16}, ""};
Text text_status3{{0, 240, 240, 16}, ""};
Button button_refresh{{2, 280, 72, 24}, "Refresh"};
Button button_force_enx{{98, 280, 60, 24}, "T_ENX"};
Button button_force{{98, 280, 60, 24}, "SPI"};
Button button_done{{182, 280, 56, 24}, "Done"};
};