Skip to content
Snippets Groups Projects
Commit 7fa7f265 authored by Torben Petersen's avatar Torben Petersen
Browse files

Changes BAUD of FTDIs back to 19200

parent 4b7ccc22
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ class Hotplug(Module):
self.handles = []
#for the FTDIs
handle = hotplug.register_callback(events, flags, 0x0403, 0x6001, dev_class, self.hotplug_callback, {'baud': 9600, 'type': 'USB'})
handle = hotplug.register_callback(events, flags, 0x0403, 0x6001, dev_class, self.hotplug_callback, {'baud': 19200, 'type': 'USB'})
self.handles.append( handle )
#for nrf52840dk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment