sforkowany z mirror/meshtastic-firmware
Merge pull request #127 from geeksville/nema-124
0.6.3 - fix the problem of BLE message receiption being busted in 0.6.21.2-legacy 0.6.3
commit
32d0368f59
|
@ -1,3 +1,3 @@
|
|||
|
||||
|
||||
export VERSION=0.6.2
|
||||
export VERSION=0.6.3
|
|
@ -88,7 +88,7 @@ class PhoneAPI
|
|||
/**
|
||||
* Subclasses can use this as a hook to provide custom notifications for their transport (i.e. bluetooth notifies)
|
||||
*/
|
||||
void onNowHasData(uint32_t fromRadioNum) {}
|
||||
virtual void onNowHasData(uint32_t fromRadioNum) {}
|
||||
|
||||
private:
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue