Replace NULL by nullptr

This commit is contained in:
Thomas Basler
2023-12-11 20:23:45 +01:00
parent 47e905bcfc
commit 5e45006831
6 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ private:
Task _loopTask;
AsyncWebSocket* _ws = NULL;
AsyncWebSocket* _ws = nullptr;
char _buffer[BUFFER_SIZE];
uint16_t _buff_pos = 0;
uint32_t _lastSend = 0;