~aleteoryx/muditaos

ref: 998ceac48e0b0be76f035a1f826c98977bed9cca muditaos/source/config.h -rw-r--r-- 127 bytes
998ceac4 — Radoslaw Wicik [EGD-4217] Convert service-db to library 5 years ago
                                                                                
1
2
3
4
5
6
7
#pragma once

#if defined(TARGET_Linux) && not defined(SERIAL_PORT)
#define ENABLE_GSM (0)
#else
#define ENABLE_GSM (1)
#endif