Skip to content

Commit a0a8db9

Browse files
stdstijnh2zero
authored andcommitted
Restore comment for disable_observer_mode field
1 parent c64ca74 commit a0a8db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NimBLEScan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NimBLEScan::NimBLEScan()
4141
.filter_duplicates = 1, // filter duplicates
4242
# if defined(ESP_PLATFORM) && !defined(CONFIG_USING_NIMBLE_COMPONENT)
4343
# if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 4, 2)
44-
.disable_observer_mode = 0,
44+
.disable_observer_mode = 0, // observer role enabled
4545
# endif
4646
# endif
4747
},

0 commit comments

Comments
 (0)