From e66ddc424fea4d2a67df7fd79e686c5b98d0809e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E9=B8=A1=E9=B8=AD?= <1932263796@qq.com> Date: Mon, 8 Jul 2024 13:29:26 +0800 Subject: [PATCH] Disable old weather by default --- AIO_Firmware_PIO/src/app/app_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIO_Firmware_PIO/src/app/app_conf.h b/AIO_Firmware_PIO/src/app/app_conf.h index 703ae1c2..6b239e41 100644 --- a/AIO_Firmware_PIO/src/app/app_conf.h +++ b/AIO_Firmware_PIO/src/app/app_conf.h @@ -105,7 +105,7 @@ // 天气(旧)APP // 如flash空间不够,首选配置天气app二选一,腾出大量flash空间 -#define APP_WEATHER_OLD_USE 1 +#define APP_WEATHER_OLD_USE 0 #if APP_WEATHER_OLD_USE #include "app/weather_old/weather_old.h" #endif