mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
allow to change the Wifi AP Ip address and mask
This commit is contained in:
@@ -16,6 +16,10 @@ class GwLog{
|
||||
GwLogWriter *writer;
|
||||
SemaphoreHandle_t locker;
|
||||
long long recordCounter=0;
|
||||
const size_t INIBUFFERSIZE=1024;
|
||||
char *iniBuffer=nullptr;
|
||||
size_t iniBufferFill=0;
|
||||
void writeOut(const char *data);
|
||||
public:
|
||||
static const int LOG=1;
|
||||
static const int ERROR=0;
|
||||
|
||||
Reference in New Issue
Block a user