downgrade nimble to 1.4.0

This commit is contained in:
technyon
2022-12-24 09:55:14 +01:00
parent 1174d21001
commit d4b0aa6ef6
14 changed files with 29 additions and 56 deletions

View File

@@ -73,8 +73,8 @@ public:
bool subscribe(bool notifications = true,
notify_callback notifyCallback = nullptr,
bool response = false);
bool unsubscribe(bool response = false);
bool response = true);
bool unsubscribe(bool response = true);
bool registerForNotify(notify_callback notifyCallback,
bool notifications = true,
bool response = true)