Merge pull request #127 from geeksville/nema-124

0.6.3 - fix the problem of BLE message receiption being busted in 0.6.2
1.2-legacy 0.6.3
Kevin Hester 2020-05-05 18:49:44 -07:00 zatwierdzone przez GitHub
commit 32d0368f59
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
export VERSION=0.6.2 export VERSION=0.6.3

Wyświetl plik

@ -88,7 +88,7 @@ class PhoneAPI
/** /**
* Subclasses can use this as a hook to provide custom notifications for their transport (i.e. bluetooth notifies) * 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: private:
/** /**