wjgeorge
wjgeorge
i was getting error messages: /tmp/afulnx/amifldrv//amifldrv.c:120:9: error: implicit declaration of function ‘copy_from_user’; did you mean ‘kstrtos8_from_user’? [-Werror=implicit-function-declaration] copy_from_user((void*) &arg_kernel_space, (void*) arg, sizeof(AMIFL_alloc_params)); ^~~~~~~~~~~~ cpu_to_mem which i traced to a missing...
in pulse-client.conf \# Connect to the host's server using the mounted UNIX socket default-server = unix:/host/run/user/1000/pulse/native there is no directory named "/host"
apparently a small chnage in python3.7, stderr is buffered so output to logfile will only happen when the buffer is full. These two command will perform differntly sudo python3 ${HOME}/CommanderPi/src/main.py...
says: Open a terminal and type: cd ~ git clone https://github.com/Jack477/CommanderPi should be: Open a terminal and type: cd ~; git clone https://github.com/Jack477/CommanderPi The HTML file is missing a \...
Did not spot that branch feature-4721 is tagged as latest. Got confused when symlinking the Arduino IDE. looking like you're using master as WIP. Shouldn't you be using a feature...
somewhere i have the patch to enable this, docker really only wants to run a single process.
prior commit in 2021 added binary artifacts to the examples directory. They have not been updated since https://github.com/sqfmi/Watchy/commit/516142c373f6973709011ac71704c15f254d4782 they are now available as assets on the releases page https://github.com/sqfmi/Watchy/releases they...
see #89 where it was added to the wifi manager
some documentation on how to use the binary assets, especially with OTA Additional documentation or hints using "Sketch ->Export Compiled Binary" would be useful
the current build does not provide OTA compatible binary assets. There are old files in the examples directory. See examples/WatchFaces/7_SEG/7_SEG_OTA.ino.esp32.bin examples/WatchFaces/7_SEG/7_SEG_LIGHT.bim