kopia lustrzana https://github.com/sh123/esp32_loraprs
Update loraprs.h
rodzic
5bc6da7413
commit
75c151154c
|
@ -26,17 +26,13 @@ private:
|
|||
|
||||
void onLoraReceived(int packetSize);
|
||||
void onBtReceived();
|
||||
void onAprsReceived(const String & aprsMessage);
|
||||
|
||||
void kissResetState();
|
||||
|
||||
void onAprsReceived(const String & aprsMessage);
|
||||
|
||||
bool isAX25CrcValid(byte *rxPayload, int payloadLength);
|
||||
String convertAX25ToAprs(byte *rxPayload, int payloadLength, const String & signalReport);
|
||||
String decodeCall(byte *rxPtr);
|
||||
|
||||
uint16_t updateCrcCcit(uint8_t newByte, uint16_t prevCrc);
|
||||
|
||||
private:
|
||||
enum KissMarker {
|
||||
Fend = 0xc0,
|
||||
|
|
Ładowanie…
Reference in New Issue