Main public logs
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:20, 2 July 2022 51.190.89.151 talk performed unknown action "comments/add" on X-C1 Software (For anyone installing the script on Raspian who found that after installation the fan runs at 100% and is very noisy here is my solution. cd x-c1/ cp fan.py fan.py.original vi fan.py Change the following line... pwm = pigpio.pi() To... pwm = pigpio.pi('::1', 8888) Save changes and reboot your Raspberry Pi. Hope this helps someone!)