Patrik Bachan

Results 196 comments of Patrik Bachan
trafficstars

### This part is biased by my WIP patches to #11, skip to next comment, sorry! Out of nowhere, both sleeps got extended by another kSchedulerQuanta_ms (10ms) and notice those...

With 30Hz second timer interrupt: ![2019-10-05_14-47_ar_timing_interrupts_vanilla](https://user-images.githubusercontent.com/512025/66255059-8af9cb80-e77f-11e9-8cb6-943aade878e0.png) Thread priority has no noticeable effect.

Today I noticed, that SernsorServer stops providing data when it's running in background/not focused. even when screen is on.

I didn't have a chance to try it different device. My device is Samsung Galaxy S10e with LineageOS ROM, Android 11. SensorServer does not stop sending data immediately after it...

Tested with linked tool and data stops coming after 1 minute since app is moved to background.

"Full fan speed at layer" is definitely confusing. It means, that at layer 4, this limiter will stop limiting and fan will be on its target speed. Thus: - layer...

It looks like typical pressure advance configuration issue. Too high pressure advance causes such gaps in corners. Or is it also visible in gcode?

trailing underscore is not a problem, macros like `#define printf printf_` are. When I comment them out, error is gone. Error: ``` [1/3] Building CXX object CMakeFiles/TLM.elf.dir/src/main.cpp.obj FAILED: CMakeFiles/TLM.elf.dir/src/main.cpp.obj /usr/bin/arm-none-eabi-g++...

With this wrap workaround, you have to include normal printf headers (``) and calls to `printf` get remapped to `__wrap_printf` at link time.

I am open to suggestion for improvements, like styling etc. Also some note about this problem and how to solve it should be put somewhere. Readme or comment in code?...