Lib Update#6510
Conversation
Draft because PIN display doesn't work yet.
|
@alexbegoon the fix works, thanks a lot! :-) waiting for Ci to complete, then merging and folding back into the C6 PR. This can go in next :-) |
|
Hey I think this is causing some weird results just now testing with Wireless Paper. From my Android 13 phone, the node can't be seen in either the Meshtastic app or the system Bluetooth settings. The nRF Connect app does show the node, and allows me to bond with it. After bonding this way, the Meshtastic Android app works as normal. |
This reverts commit e2f6600.
This has a few benefits: - NimBLE-Arduino v1.x does not build under pioarduino (error: 'esp_timer_handle_t' does not name a type) so this creates more options for BLE stack in pioarduino migration (meshtastic#9122) - This aligns all esp32 with esp32c6, which already uses NimBLE-Arduino 2.3.7. - This allows setting NIMBLE_TWO on always and deleting all NimbleBluetooth.cpp code outside of ifdef NIMBLE_TWO. This is a retry of meshtastic#6510. Tested: Heltec v3 with iPhone
|
FYI I tried again to make this update.
Testing:
I was doing this to find a way to help so I won't be pursuing |
* Lib Update Draft because PIN display doesn't work yet. * pin entry still no worky * Fix for missing PIN code issue (meshtastic#6574) --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Alexander Begoon <alex@begoonlab.tech>
This reverts commit 6b2d244.


Draft because PIN display doesn't work yet.