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
If we use different devices that run the same mm_pal core and we try to connect, it just reads the version. This means that it could load an if_version of a different application and start writing and reading random registers.
It would be better to not only have a stable --version command but also something like a stable --application that returns some string or unique number so when connecting with something like philip_shell to a different device it doesn't think everything is ok. It should throw an error saying THIS ISN'T PHiLIP, this is other_dev or something.
The text was updated successfully, but these errors were encountered:
If we use different devices that run the same mm_pal core and we try to connect, it just reads the version. This means that it could load an if_version of a different application and start writing and reading random registers.
It would be better to not only have a stable
--version
command but also something like a stable--application
that returns some string or unique number so when connecting with something likephilip_shell
to a different device it doesn't think everything is ok. It should throw an error sayingTHIS ISN'T PHiLIP, this is other_dev
or something.The text was updated successfully, but these errors were encountered: