teachablemachine-community
teachablemachine-community copied to clipboard
Fix the missing variable in template script and incorrect port filter
The following issues is resolved in the request:
- There is a missing variable
capDataLen
intm_template_script/arduino_image_provider.cpp
- There is a port filter function in
TM_Connector.pde
, but it's incorrect on Linux platform -/dev/ttyACMx
is a legitimate port forArduino Nano 33 BLE Sense
. However, the current filtering rule is too loose as I don't know the port name of other boards.