BLE Tx App / BLE Rx Filtering. (#1543)

BLE TX app creation
BLE RX and TX app improvements
This commit is contained in:
Netro 2023-11-01 06:46:41 -04:00 committed by GitHub
parent 62307b93d7
commit dceb7255b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1402 additions and 34 deletions

View file

@ -73,6 +73,7 @@ void set_fsk(const size_t deviation);
void set_aprs(const uint32_t baudrate);
void set_btle(uint8_t channel_number);
void set_btletx(uint8_t channel_number, char* macAddress, char* advertisementData);
void set_nrf(const uint32_t baudrate, const uint32_t word_length, const uint32_t trigger_value, const bool trigger_word);