mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 22:17:46 +00:00
ADS-B receive app debug code
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
namespace adsb {
|
||||
|
||||
const char icao_id_lut[65] = "#ABCDEFGHIJKLMNOPQRSTUVWXYZ##### ###############0123456789######";
|
||||
const uint8_t adsb_preamble[16] = { 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 };
|
||||
|
||||
void make_frame_mode_s(uint8_t * const adsb_frame, const uint32_t ICAO_address);
|
||||
|
||||
|
Reference in New Issue
Block a user