AmirHmZz / mpbridge

CLI tool to synchronise and manage files on MicroPython running devices
https://pypi.org/project/mpbridge
MIT License
49 stars 5 forks source link

Ignore duplicate file system events in bridge mode #7

Open AmirHmZz opened 1 year ago

AmirHmZz commented 1 year ago

Many file system events inspected by watchdog seems to be duplicate. As it effects on user experience these events must be detected and get ignored.

AmirHmZz commented 1 year ago

After implementing sync command in https://github.com/AmirHmZz/mpbridge/commit/0cec7a056892d0b89192dbd3777294b98750731e this issue refers to specific bridge mode.