Skip to content

Commit

Permalink
disable SD card on Olimex-POE (currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting committed May 20, 2020
1 parent c5635f5 commit 98789a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/olimexpoeiso.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>

// 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
Expand Down

0 comments on commit 98789a7

Please sign in to comment.