V400 Klipper Wifi Fix

Описание к видео V400 Klipper Wifi Fix

On the new version of klipper for v400, the wifi doesn't work after a cold boot. here's an automated solution to fixing this problem.

commands:
sudo nano startup.sh

#!/bin/bash
nmcli networking off
sleep 5
nmcli networking on

sudo chmod +x startup.sh

sudo nano /etc/rc.local

sudo bash /home/pi/startup.sh

Комментарии

Информация по комментариям в разработке