FIX:fixed C11 printer not showing humidity

Change-Id: Ie1c3ddf66772ff0799ebed0827c7b23e23e17742
This commit is contained in:
tao wang 2023-01-05 13:20:56 +08:00 committed by Lane.Wei
parent f0bfbc617a
commit 7b0bfa8229

View file

@ -594,7 +594,7 @@ public:
/*not support U2*/
bool is_support_1080dpi {false};
bool is_support_ai_monitoring {false};
bool is_support_ams_humidity {false};
bool is_support_ams_humidity {true};
/* sdcard */
MachineObject::SdcardState sdcard_state { NO_SDCARD };