Marko Luther
Marko Luther
In the best case you could provide an XLS file for each of the languages supported by Cropster....
I updated the Cropster import accordingly. The changes are already in the current [Continuous Build](https://github.com/artisan-roaster-scope/artisan/releases).
Currently, Artisan only highlights the last button pressed (if the corresponding feature is activated). Your suggestion is well-understood and makes sense. Implementation of your suggestion is non-trivial and might thus...
Thanks for your detailed description of this issue. Thus we cannot duplicate it here. There seems to be a problem on the OS level with the bluetooth connection. I see...
@WesFarley: your profile indicates that your BT connection is unstable as it keeps dropping. This might have several reasons like disturbing signals from motors nearby, large distance between sender and...
@Subteran : totally unrelated. Bleak is used for BLE communication. The Kaleido is using a regular serial connection to a port provided by the OS (potential via a classic Bluetooth...
John, I made a minor modification to the async code which better ensures that the transport gets closed on disconnect. Not sure this makes a difference. The change is in...
So somehow that closing is not successful and that is why it cannot reopen that port as it still not closed from previous connection. That wait_closed() is just awaiting the...
I added a timeout around my change and now this should at least not freeze anymore. I checked with a simulated (non-bluetooth) serial port (for the lack of a Kaildo...
@EdGoesBoom : thanks for your log file. There seems to be a problem to release the serial port on OFF. It is unclear if this is a problem of Artisan,...