You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am able to connect to my device using the Mobile App
I'm getting BT_SMP errors.
When connected the device terminal responds with:
Advertising BLE...
BLE APP connected...
Stopped advertising BLE...
Advertising BLE...
E (225670) BT_SMP: smp_calculate_link_key_from_long_term_key failed to update link_key. Sec Mode = 2, sm4 = 0x00
E (225670) BT_SMP: smp_derive_link_key_from_long_term_key failed
E (225677) BT_BTM: btm_proc_smp_cback received for unknown device
E (228839) BT_BTM: Device not found
BLE APP disconnected...
====================================== [SUCCESS] Took 568.16 seconds ======================================
The settings on the device are
#define USE_SPIFFS //comment to use FFat
#ifdef USE_SPIFFS
#define FLASH SPIFFS
#define FASTMODE false //SPIFFS write is slow
#else
#define FLASH FFat
#define FASTMODE true //FFat is faster
Im not sure if USE_SPIFFS is correct ?
The text was updated successfully, but these errors were encountered:
Hello,
I am able to connect to my device using the Mobile App
I'm getting BT_SMP errors.
When connected the device terminal responds with:
The settings on the device are
Im not sure if USE_SPIFFS is correct ?
The text was updated successfully, but these errors were encountered: