Files
TEF6686_ESP32/src/config.h
T
2024-05-05 21:44:56 +08:00

9 lines
256 B
C

#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