去除广告和基本UI逻辑

This commit is contained in:
祝发冬
2023-08-20 00:19:35 +08:00
parent 278fadba7d
commit b2f5610e74
10 changed files with 3216 additions and 116 deletions
@@ -200,6 +200,18 @@ typedef NS_ENUM(NSUInteger, SmartDeviceType) {
DEVICEHEATING,
DEVICEPETS
};
typedef NS_ENUM(NSUInteger, ConnectType) {
///腾讯airkiss
ConnectTypeAirKiss = 1,
/// 智能配网
ConnectTypeSmartESPTouch ,
/// 热点配网
ConnectTypeAP
};
#define Ali_Push_APPKey @"26007228"
#define Ali_Push_APPSecret @"87c9206424399968ba11a56a9a979cfe"