You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
in this file, the script tries to constantly connect to a wifi network, by default this is set to a test network which doesn't exist, causing lagging and other issues specially in KlipperScreen.
perhaps the script could be set to check for a simple USE_WIFI variable, or only attempt and be ran if the SSID is set, otherwise exit on start.
https://github.com/bigtreetech/CB1-Kernel/blob/kernel-5.16/userpatches/scripts/reconnect_wifi.sh
in this file, the script tries to constantly connect to a wifi network, by default this is set to a test network which doesn't exist, causing lagging and other issues specially in KlipperScreen.
perhaps the script could be set to check for a simple USE_WIFI variable, or only attempt and be ran if the SSID is set, otherwise exit on start.