mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
Replace NULL by nullptr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user