~aleteoryx/muditaos

ref: 4c61595a27d4fa413748567c4ed2f978b079b320 muditaos/source/config.h -rw-r--r-- 127 bytes
4c61595a — Piotr Tański [EGD-4801] Add application-wide top bar manager 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