diff --git a/apps/hardware_test/lcd_data_test_controller.h b/apps/hardware_test/lcd_data_test_controller.h index ae867a111..2d261b3b6 100644 --- a/apps/hardware_test/lcd_data_test_controller.h +++ b/apps/hardware_test/lcd_data_test_controller.h @@ -33,7 +33,7 @@ private: BufferTextView m_lcdDataStateView; BufferTextView m_lcdNumberPixelFailuresView; }; - static constexpr int k_errorLimit = 2; + static constexpr int k_errorLimit = 0; void runTest(); bool m_testSuccessful; ContentView m_view;