~aleteoryx/muditaos

ref: c4fc4e8afdda27cb8110f127ee1ee9d5f4130e4c muditaos/source/config.h -rw-r--r-- 127 bytes
c4fc4e8a — Borys Jelenski [EGD-4761] Add unit tests for littlefs and dual-mount 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