Skip to content

Commit e3a4c2e

Browse files
committed
Removing unused member variable 'lastValidTimestamp'
1 parent 9f42a6c commit e3a4c2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Arduino_ConnectionHandler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ class ConnectionHandler {
166166
_on_disconnect_event_callback = NULL,
167167
_on_error_event_callback = NULL;
168168

169-
unsigned long lastValidTimestamp = 0; /* UNUSED */
170169
NetworkConnectionState netConnectionState = NetworkConnectionState::INIT;
171170

172171
static void execNetworkEventCallback(OnNetworkEventCallback & callback, void * callback_arg);

src/Notes-Lego

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
STM32
2+
MicroPython
3+
LittleFS (Wear Levelling)
4+
Motor APIs are non-blocking, callback on completion
5+
MicroPython allows cooperative multithreading which is used for this feature

0 commit comments

Comments
 (0)