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
It's too simple for a PR, just three different lines.
I get "Fatal exception 9(LoadStoreAlignmentCause):" error whenever trying to use Create Tag option.
The reason seems to be a bug inside sscanf - an unaligned memory access somewhere within sscanf function used here:
It's too simple for a PR, just three different lines.
I get "Fatal exception 9(LoadStoreAlignmentCause):" error whenever trying to use Create Tag option.
The reason seems to be a bug inside
sscanf
- an unaligned memory access somewhere withinsscanf
function used here:Wifiibo/examples/Wifiibo/Wifiibo.ino
Line 325 in 0b2aa88
The solution to this is to use a one-byte buffer for the target value, that gets copied into proper place inside
createNFCID
The text was updated successfully, but these errors were encountered: