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
The issue stems from the mesh data in use. Upon review, you'll notice that within the nodes, the element data includes a location value of 0xFFFF, which iOS doesn't recognize. To resolve this, prior to transmitting the mesh data to the nRF plugin, double-check the location data and convert any hexadecimal values to decimal (e.g., convert 0xFFFF to 65535). This approach should fix the isssue.
Getting this error on the example app ios.
it happens after you load the mesh network and click on the dropdown to see the elements:
These works perfectly fine on android though.
Here's my flutter doctor:
The text was updated successfully, but these errors were encountered: