Add HackRF Pro (PRALINE) Board Detection and Info Display (#3006)

This commit is contained in:
jLynx
2026-02-19 07:56:22 +00:00
committed by GitHub
parent 819b4d0fed
commit 77f747aab2
5 changed files with 70 additions and 12 deletions
-4
View File
@@ -56,11 +56,9 @@ using asahi_kasei::ak4951::AK4951;
#include "i2cdevmanager.hpp"
#include "battery.hpp"
#ifndef PRALINE
extern "C" {
#include "platform_detect.h"
}
#endif
namespace portapack {
@@ -555,12 +553,10 @@ init_status_t init() {
chThdSleepMilliseconds(100);
#ifndef PRALINE
detect_hardware_platform();
finalize_detect_hardware_platform();
chThdSleepMilliseconds(100);
#endif
configure_pins_portapack();