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
@ccli8 , thanks for reporting!
Somehow, we haven't seen this with K64F tests and CI hasn't noticed anything before the merge, but we will look into this and try to figure out a fix.
Description
Environment
mbed-os-example-pelion
656809a Merge pull request #14 from ARMmbed/remove-patches
mbed-clout-client
3.4.0
mbed-os
83fca60 Merge pull request #11454 from Tharazi97/LSI_VALUE_STM
Target
NUMAKER_IOT_M263A
Related PR
#11459
During my pelion test, I find something wrong with esp8266 driver. For my trace, I add
printf(...)
calls in:mbed-os/components/wifi/esp8266-driver/ESP8266/ESP8266.cpp > ESP8266::_oob_packet_hdlr():
Pelion connect fails:
If I change one
scanf()
back torecv()
:mbed-os/components/wifi/esp8266-driver/ESP8266/ESP8266.cpp > ESP8266::_oob_packet_hdlr():
Pelion connect succeeds:
Issue request type
The text was updated successfully, but these errors were encountered: