Constantin Wolf

Results 10 issues of Constantin Wolf

When compiling opus for ESP32 [this file](https://github.com/xiph/opus/blob/master/silk/quant_LTP_gains.c) has some **maybe uninitialized** portion throwing warnings, for me treated as errors: ``` ... -MF esp-idf/opus/CMakeFiles/__idf_opus.dir/opus/silk/quant_LTP_gains.c.obj.d -o esp-idf/opus/CMakeFiles/__idf_opus.dir/opus/silk/quant_LTP_gains.c.obj -c ../components/opus/opus/silk/quant_LTP_gains.c ../components/opus/opus/silk/quant_LTP_gains.c: In function...

## Changes - new `esp32-eth-sd` env - tpm2 playback from LittleFS and SD - play recording as live-mode - made tpm2 uploadable via `/edit` interface ## Related - [Issue #627](https://github.com/Aircoookie/WLED/issues/627)

keep

Running `Uno-and-above-sdfat` on the MKR WiFi 1010 with an sd-card breakout hooked up to pin 7 as CS, always returns `DBLOG_RES_READ_ERR` or better `-7` (plus my [clock adjustments](https://github.com/siara-cc/sqlite_micro_logger_arduino/issues/4)) When i...

## Error When using the **sdfat** sample the code reports failure until you decrease the clock speed of the SD card. This is an issue discussed [here](https://github.com/greiman/SdFat/issues/272#issuecomment-797513714) as well. ###...

Hi, when using the CNC post-processor of FreeCAD you also provide i realised, that arcs `G2` and `G3` are not supported. I read that your Fusion360 post-processor breaks the arcs...

Firmware: General Marlin
Category: CNC

Enable playback of animation recordings via presets (tpm2 right now, extensible to other formats). Animations can be stored in flash `/edit` or on SD card (see other upcoming PR)

gitignore template of visualstudio is excluding meta file a proposal like in this issue could make use of the inclusion phrases to make generated gitignore files more usable: https://github.com/toptal/gitignore.io/issues/626 **Reasons...

## Issue The `unity` and `visual studio` templates conflict with each other in the sense that **unity** relies heavily on `*.meta` files when versioned and VS is excluding these files....

First of all thx for this great work so far 👍 From what i tested, there's still some issues with the time-syncing in your code ([commit i used](https://github.com/jorgenkraghjakobsen/snapclient/commit/b063b3d7fd0442e1d1e084ee2f21ce249bec8645)), so clients...

Hi, i think providing consistent code formatting would help to make it easier to contribute to this project. As you already added a vscode `settings.json` and many devs these days...