fijam
fijam
Perhaps I am missing it, but it seems that it's currently not possible to modify uTorrent's global settings through getsettings Web API with btc. Such option would be very useful.
I soldered UART to see what's going on. systemd starts correctly but at some point fails to start D-Bus, which makes User Login Management fail. A snippet from the logs:...
disc_title is now taken literally, allow pulling the album title from track metadata with %album% This won't work for mixtapes, but to keep it simple we'll just use the album...
Consider adding a new mode for entering track marks at predefined time-points on an already recorded MD.
'Build your own on a breadboard' wiki page still reflects the revision 1 of hardware. Update it to rev3.
A minor improvement is possible when entering a space - see if we can just press Vol+ without messing the logic up. Vol+ (9900) was not originally calibrated for, but...
Look into: - using dataclasses for recorder definitions/wipers - using prebound methods for hardware initialization business - [x] #17 - [ ] #23
Some of the messages printed are too verbose. Move some of them to a logging facility, and expose an argument to display them (or save to a log file). Initial...
DxCore 1.5.11 AVR32DD14 This works: ``` void setup() { PORTMUX.TCAROUTEA = PORTMUX_TCA0_PORTD_gc; } void loop() { analogWrite(PIN_PD5, 128); } ``` This doesn't work: ``` void setup() { PORTMUX.TCDROUTEA = PORTMUX_TCD0_ALT4_gc;...