Skip to content

Commit 8f9d1e2

Browse files
committed
Save watch_for_interrupt_char to espressif too
1 parent dca66eb commit 8f9d1e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/common-hal/_bleio/CharacteristicBuffer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void _common_hal_bleio_characteristic_buffer_construct(bleio_characteristic_buff
8585
bool watch_for_interrupt_char) {
8686
self->characteristic = characteristic;
8787
self->timeout_ms = timeout * 1000;
88+
self->watch_for_interrupt_char = watch_for_interrupt_char;
8889
ringbuf_init(&self->ringbuf, buffer, buffer_size);
8990

9091
if (static_handler_entry != NULL) {

0 commit comments

Comments
 (0)