hotfix-v0.1.0 #8

Merged
kozmotronik merged 7 commits from hotfix-v0.1.0 into v0.1 2025-02-21 15:55:56 +01:00
Owner
  • Fix the following bugs:

    • warning: comparison is always true due to limited range of data type.
    • Remove unnecessary esp_timer checks.
    • The scheduled FREE command disrupts the current command.
    • Fatal pin mapping issue.
  • Make code optimizations and improvements:

    • Optimize event loop queue size depending on channel count.
    • Change the channels' starting state to FREE.
    • Remove the unnecessary relay_chn_invalidate_inertia_timer function.
    • Change the relay_chn_start_inertia_timer function as relay_chn_start_esp_timer_once and modify the function so that it be a generic esp timer start function.
* Fix the following bugs: * warning: comparison is always true due to limited range of data type. * Remove unnecessary esp_timer checks. * The scheduled FREE command disrupts the current command. * Fatal pin mapping issue. * Make code optimizations and improvements: * Optimize event loop queue size depending on channel count. * Change the channels' starting state to FREE. * Remove the unnecessary relay_chn_invalidate_inertia_timer function. * Change the relay_chn_start_inertia_timer function as relay_chn_start_esp_timer_once and modify the function so that it be a generic esp timer start function.
kozmotronik added 6 commits 2025-02-21 15:23:35 +01:00
* Remove unnecessary esp_timer checks.
* Remove the unnecessary relay_chn_invalidate_inertia_timer function.
* Change the relay_chn_start_inertia_timer function as relay_chn_start_esp_timer_once and modify the function so that it be a generic esp timer start function.
kozmotronik added this to the ESP Relay Channel Controller Component project 2025-02-21 15:23:35 +01:00
kozmotronik moved this to To Do in ESP Relay Channel Controller Component on 2025-02-21 15:48:06 +01:00
kozmotronik moved this to In Progress in ESP Relay Channel Controller Component on 2025-02-21 15:48:08 +01:00
kozmotronik added 1 commit 2025-02-21 15:52:24 +01:00
When transitioning the movements directly the channel should be stopped first.
kozmotronik reviewed 2025-02-21 15:55:33 +01:00
kozmotronik left a comment
Author
Owner

It is ok to merge.

It is ok to merge.
kozmotronik merged commit a06f58f42b into v0.1 2025-02-21 15:55:56 +01:00
kozmotronik added this to the v0.1.1 milestone 2025-02-22 06:33:27 +01:00
kozmotronik moved this to Done in ESP Relay Channel Controller Component on 2025-02-22 06:44:45 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KozmotronikTech/relay_chn#8