Air Band support [ongoing]

This commit is contained in:
ohmytime
2024-05-05 17:18:20 +08:00
parent 1e1f61f413
commit fa30f90cf4
7 changed files with 478 additions and 64 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#include <Arduino.h>
// #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)
#endif