Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit e00c2a3

Browse files
committed
esp32/network_bluetooth.c: Fix for bad char write
https://github.com/MrSurly/micropython-esp32/issues/2
1 parent 2b4dc1c commit e00c2a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp32/network_bluetooth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ STATIC void network_bluetooth_gattc_event_handler(
20642064
case ESP_GATTC_WRITE_DESCR_EVT:
20652065
case ESP_GATTC_WRITE_CHAR_EVT:
20662066
xQueueSend(read_write_q, &read_data, portMAX_DELAY);
2067+
enqueue = false;
20672068
break;
20682069

20692070
case ESP_GATTC_NOTIFY_EVT:

0 commit comments

Comments
 (0)