mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
alignment with cspot
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
#include <errno.h>
|
||||
#include "Logger.h"
|
||||
|
||||
PlainConnection::PlainConnection(){};
|
||||
PlainConnection::PlainConnection()
|
||||
{
|
||||
this->apSock = -1;
|
||||
};
|
||||
|
||||
PlainConnection::~PlainConnection()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user