From 98789a7dd53503871953d90db07d0c7c7d94f823 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Wed, 20 May 2020 12:41:03 +0200 Subject: [PATCH] disable SD card on Olimex-POE (currently broken) --- src/hal/olimexpoeiso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/olimexpoeiso.h b/src/hal/olimexpoeiso.h index 227473f9..7ac4611f 100644 --- a/src/hal/olimexpoeiso.h +++ b/src/hal/olimexpoeiso.h @@ -8,7 +8,7 @@ #include // enable only if you want to store a local paxcount table on the device -#define HAS_SDCARD 2 // this board has an SD-card-reader/writer +//#define HAS_SDCARD 2 // this board has an SD-card-reader/writer // enable only if you want to send paxcount via ethernet port to mqtt server #define HAS_MQTT 1 // use MQTT on ethernet interface