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
For some reason on my new computer I cannot get serial ports to show i the drop down..
Pio sees them, perhaps deviot uses some generic python module to do this instead of using pio devices list.. maybe a perm issue?
Ota ports show fine..
The text was updated successfully, but these errors were encountered:
workaround for now was to just ignore it, so i can at least use them, not sure why these are missing yet, probably module outdated
remove the n/a check for now address != 'n/a'
for dev_name in dev_names:
if(address != 'n/a' and dev_name in port_no or platform() == 'windows'):
if(dev_name in port_no or platform() == 'windows'):
serial_ports.append([description, port_no])
For some reason on my new computer I cannot get serial ports to show i the drop down..
Pio sees them, perhaps deviot uses some generic python module to do this instead of using pio devices list.. maybe a perm issue?
Ota ports show fine..
The text was updated successfully, but these errors were encountered: