Skip to content

Commit

Permalink
Disable old weather by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chase535 committed Jul 8, 2024
1 parent 82c695f commit e66ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AIO_Firmware_PIO/src/app/app_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e66ddc4

Please sign in to comment.