Refactor and enhance reset_channels_to_idle_state
- Refactor reset_channels_to_idle_state to reset_channels_to_defaults and enhance functionality with direction reset logic. This is because some tilt test cases were failing due to modified run limit values in some of the previous core test cases. See #1089-3. - A relay channel listener has been added to diagnose channel states during tests. Refs #1089
This commit is contained in:
@@ -25,7 +25,7 @@ void setUp()
|
||||
|
||||
void tearDown()
|
||||
{
|
||||
reset_channels_to_idle_state();
|
||||
reset_channels_to_defaults();
|
||||
}
|
||||
|
||||
#if CONFIG_RELAY_CHN_ENABLE_NVS
|
||||
|
||||
Reference in New Issue
Block a user