meshtastic / framework-portduino

An Arduino API that sits on top of Linux and other operating systems. This lets you run Arduino code on Raspberry PI, desktops, etc... All as a standard user-space application.
GNU Lesser General Public License v2.1
30 stars 13 forks source link

Option to erase VFS before use #2

Closed GUVWAF closed 2 years ago

GUVWAF commented 2 years ago

In order for a clean start of the Linux native application, the previous VFS should be erased. I use this to let multiple instances communicate, see also my PR in Meshtastic-device.