disable SD card reader on olimex
This commit is contained in:
		
							parent
							
								
									95cac817b4
								
							
						
					
					
						commit
						b63b7f4ea2
					
				@ -8,7 +8,7 @@
 | 
				
			|||||||
#include <stdint.h>
 | 
					#include <stdint.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// enable only if you want to store a local paxcount table on the device
 | 
					// enable only if you want to store a local paxcount table on the device
 | 
				
			||||||
#define HAS_SDCARD 2 // this board has a SDMMC card-reader/writer
 | 
					//#define HAS_SDCARD 2 // this board has a SDMMC card-reader/writer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// enable only if you want to send paxcount via ethernet port to mqtt server
 | 
					// enable only if you want to send paxcount via ethernet port to mqtt server
 | 
				
			||||||
#define HAS_MQTT 1  // use MQTT on ethernet interface
 | 
					#define HAS_MQTT 1  // use MQTT on ethernet interface
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user