From a16457d7076b5bb2bc3bb73a0c970c96634b3f05 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sun, 5 May 2024 21:51:38 +0200 Subject: [PATCH] Disabled Chine model by default --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 53da484..672a726 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ #include // #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board) -#define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese) +// #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese) #endif \ No newline at end of file