1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 22:43:07 +01:00

modify dependency handling to use mode off

This commit is contained in:
andreas
2023-10-27 19:06:06 +02:00
parent 80017af0b4
commit 553f6c0a23
3 changed files with 49 additions and 22 deletions

View File

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