Peter Feerick

Results 1073 comments of Peter Feerick

There's never going to be a simple solution that satisfies both. As you point out, `.vscode/` should not be synced because that is the local VSCode specific config. That does...

Having a pin/jumper as a bootloader option is already a thing, but you would have to use a ICSP/ISP to load it though. You can either use the [pre-compiled micronucleus...

Pin 5 is PB5 on the Attiny85. If it is connected to GND when you power up the digispark, and the digispark does nothing, not even start the bootloader, then...

@E3V3A Yeah, I didn't think it was... I just wanted to point out that the delay is only long if there is a) some reason the bootloader isn't working or...

@E3V3A If you are just using a custom bootloaderconfig.h to change a few of the default settings, you can simply increase the AUTO_EXIT_MS value from it's current default of 6...

Almost like a double negative... I can see how that would happen. I would think 0 / disable would mean disable the delay. No wait at all. Why? Probably because...

@stevanuscolonne Your best bet, before requiring either an ISP or perhaps a HV ISP programmer / circuit (depending on the state of the reset pin fuse - it'll either be...

Linux (and probably Mac also) generally seems quicker at detecting/enumerating USB devices, and in this case, passing the message on the micronucleus uploader, so essentially yes, it should be faster...

I'm not sure if this will happen since the 1-6 buttons are actually an analog input like the pots and sliders which is treated like a set of buttons. So...

Is this the BattCheck (lua) widget that you're using? in the top left - as I would suspect it has a bug with the colour it's using. Also, what nightly...