Tero Marttila
Tero Marttila
The .deb package only installs the `qmsk-e2-tally.service` systemd unit, but it does not start or enable it. This should probably be mentioned in the README. Try the following commands: *...
The qmsk-e2 tally stuff is still at a very early stage, and you are definitely the first person that I know of to consider using this outside of the event...
Oh, and to clarify, I think the only breadboard involved here is the one I took a picture of for the README, which was just a debugging aid for development...
You can also try using Linux's gpio-invert feature directly, outside of qmsk-e2. ```shell echo 1 > /sys/class/gpio/gpioX/active_low ```
The same `Error: setting storage_descriptor: Invalid address to set: []string{"storage_descriptor", "0", "additional_locations"}` occurs when upgrading an existing terraform environment with a `aws_glue_partition` resource from terraform-provider-aws 4.67.0 -> 5.84.0, without involving...
Using `TF_LOG=debug` shows the following, note `tf_rpc=ReadResource`: ``` 2025-02-03T10:21:51.441+0200 [ERROR] provider.terraform-provider-aws_v5.84.0_x5: [ERROR] setting state: Invalid address to set: []string{"storage_descriptor", "0", "additional_locations"} 2025-02-03T10:21:51.443+0200 [ERROR] provider.terraform-provider-aws_v5.84.0_x5: Response contains error diagnostic: diagnostic_summary="setting storage_descriptor:...
54.6 FPS with `TEST_MODE_CHASE` and 600 serial LEDs - that's 98.3% of the theoretical maxium (`800000 / 24 / 600 = 55.55555555555556`). ``` > leds stats reset spi : open...
`config save` -> flash writes have a nasty tendency to block `i2s_out_dma_flush()`, the EOF / TOTAL_EOF interrupts are somehow getting lost...? ``` > config save I (132396) config_save: /config/boot.ini.new I...
This is related to `i2s_out->dma_eof_desc->next = i2s_out->dma_eof_desc` - the intr stops firing if the EOF desc next link is set to `NULL`. Having this be a self-referential looping link is...
https://github.com/qmsk/esp/pull/107 + https://github.com/qmsk/esp/pull/109 should fix the Config UX Files error UX I forget what practical cases there were... https://github.com/qmsk/esp/pull/107/commits/73237600f3b3898cfcc923c17220db780b48ddf0 adds a global error -> `alert()` handler which takes care of...