~aleteoryx/muditaos

ref: 1981c8b2cbea74a6147c0d3f4ce985eb1f86973e muditaos/source/config.h -rw-r--r-- 127 bytes
1981c8b2 — Michał Kamoń [EGD-4507] RichText CustomTokens support added (#1083) 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