dalpil

Results 5 comments of dalpil

I guess one could also argue for the removal of the `COM??` and `WGM?`patches altogether, since they omit some of the timer modes due to the split WGM bitfield ([as...

The programmer is specified per board in ravedude, and there's already two boards that use the usbtiny programmer; the [Trinket](https://github.com/Rahix/avr-hal/blob/main/ravedude/src/board.rs#L301) and [Trinket Pro](https://github.com/Rahix/avr-hal/blob/main/ravedude/src/board.rs#L276). If you're using some other board you...

Oh, in that case I misunderstood what you were trying to accomplish. Adding a "bare atmega328p" board definition might work, but it's probably not the right way to go about...

Works just fine here as well (version 2.1.6), the prices gets transmitted as JSON via MQTT at the start of every hour. Maybe mention the fact that the prices only...

I ran into this issue while trying to print Swedish text (with "ÅÄÖ/åäö" characters) on the Munbyn ITPP047 with python-escpos 2.2.0. The issue seems to be fixed in 3.0a8 though,...