diff --git a/bin/version.sh b/bin/version.sh index 585b2403..fc9ebf0f 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 cb4ba1c3..f08c9009 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: /**