This is a fix for #14 and implements some checking to make the code (cautiously) deploy even when the target directory doesn't appear to be a valid CircuitPython device. If the directory the user is deploying to does not have the right label, or appears to be larger than what we'd expect a microcontroller device to be, the user will be prompted for confirmation before deploying to that device.
This is a fix for #14 and implements some checking to make the code (cautiously) deploy even when the target directory doesn't appear to be a valid CircuitPython device. If the directory the user is deploying to does not have the right label, or appears to be larger than what we'd expect a microcontroller device to be, the user will be prompted for confirmation before deploying to that device.