From 8bfe9fa8fc3a9435d72ada0c2bedd3b872989855 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 5 May 2020 18:40:17 -0700 Subject: [PATCH] 0.6.3 - fix the problem of BLE message receiption being busted in 0.6.2 --- bin/version.sh | 2 +- src/mesh/PhoneAPI.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/version.sh b/bin/version.sh index 585b24030..fc9ebf0f0 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1,3 +1,3 @@ -export VERSION=0.6.2 \ No newline at end of file +export VERSION=0.6.3 \ No newline at end of file diff --git a/src/mesh/PhoneAPI.h b/src/mesh/PhoneAPI.h index cb4ba1c34..f08c9009f 100644 --- a/src/mesh/PhoneAPI.h +++ b/src/mesh/PhoneAPI.h @@ -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: /**