Sat, 10 Apr 2021 18:38:27 +0200 | Detlev Offenbach | Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). | file | diff | annotate |
Tue, 02 Mar 2021 17:17:09 +0100 | Detlev Offenbach | Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff. | file | diff | annotate |
Sat, 27 Feb 2021 16:57:26 +0100 | Detlev Offenbach | MicroPython: refined the selection of unknown dvices. | file | diff | annotate |
Thu, 25 Feb 2021 17:52:28 +0100 | Detlev Offenbach | MicroPython: fixed some logic issues related to handling of unknown devices. | file | diff | annotate |
Wed, 24 Feb 2021 20:17:35 +0100 | Detlev Offenbach | MicroPython: finished adding manual connection capability with device type and port selection. | file | diff | annotate |