1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

restructure buffer handling, better buffer logging

This commit is contained in:
wellenvogel
2021-12-02 17:10:50 +01:00
parent 9dcb98bb51
commit cd1fefad52
5 changed files with 115 additions and 185 deletions

View File

@@ -28,7 +28,7 @@
#endif
// #define GW_MESSAGE_DEBUG_ENABLED
// #define FALLBACK_SERIAL
//#define FALLBACK_SERIAL
const unsigned long HEAP_REPORT_TIME=2000; //set to 0 to disable heap reporting
#include <Arduino.h>
#include "GwHardware.h"