update espMqttClient
This commit is contained in:
@@ -121,6 +121,7 @@ class Outbox {
|
||||
|
||||
// remove node at iterator, iterator points to next
|
||||
void remove(Iterator& it) { // NOLINT(runtime/references)
|
||||
if (!it) return;
|
||||
Node* node = it._node;
|
||||
Node* prev = it._prev;
|
||||
++it;
|
||||
|
||||
Reference in New Issue
Block a user