File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ namespace secplus_gdo {
101
101
status->paired_devices .total_wall_controls , status->paired_devices .total_accessories ,
102
102
status->paired_devices .total_all );
103
103
break ;
104
- case GDO_CB_EVENT_OPEN_DURATION_MEASURMENT :
104
+ case GDO_CB_EVENT_OPEN_DURATION_MEASUREMENT :
105
105
ESP_LOGI (TAG, " Open duration: %d" , status->open_ms );
106
106
gdo->set_open_duration (status->open_ms );
107
107
break ;
108
- case GDO_CB_EVENT_CLOSE_DURATION_MEASURMENT :
108
+ case GDO_CB_EVENT_CLOSE_DURATION_MEASUREMENT :
109
109
ESP_LOGI (TAG, " Close duration: %d" , status->close_ms );
110
110
gdo->set_close_duration (status->close_ms );
111
111
break ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace secplus_gdo {
38
38
void start_gdo () { start_gdo_ = true ; }
39
39
40
40
// Use Late priority so we do not start the GDO lib until all saved preferences are loaded
41
- float get_setup_priority () const override { return setup_priority::LATE ; }
41
+ float get_setup_priority () const override { return setup_priority::BEFORE_CONNECTION ; }
42
42
43
43
void register_protocol_select (GDOSelect *select) { this ->protocol_select_ = select; }
44
44
void set_protocol_state (gdo_protocol_type_t protocol) { if (this ->protocol_select_ ) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ substitutions:
57
57
name : konnected
58
58
friendly_name : GDO blaQ
59
59
project_name : konnected.garage-door-gdov2-q
60
- project_version : " 1.3.2 "
60
+ project_version : " 1.3.3 "
61
61
garage_door_cover_name : Garage Door
62
62
garage_light_name : Garage Light
63
63
garage_openings_name : Garage Openings
@@ -186,7 +186,7 @@ web_server:
186
186
esphome :
187
187
platformio_options :
188
188
lib_deps :
189
- - https://github.com/konnected-io/gdolib#76ba232
189
+ - https://github.com/konnected-io/gdolib#4a55112
190
190
build_flags :
191
191
- -DUART_SCLK_DEFAULT=UART_SCLK_APB
192
192
- -Wl,--wrap=esp_panic_handler
You can’t perform that action at this time.
0 commit comments