Keep getting mcu 'mcu': Unable to connect when I'm looking at Mainsail. Seems Klipper can't find the printer.
Ender 3 v2 running Klipper firmware with an Odroid C2 running Ubuntu command line. Used KIAUH to install Klipper, Moonraker, Mainsail and Crowsnest on the Odroid.
Had everything working with Octoprint, wanted to switch, so I saved my printer.cfg file using Visual Studio Code. I made sure to add [include mainsail.cfg] to the printer.cfg file.
I double checked the port the printer is connected to by running ls /dev/serial/by-id/*
Verified it was the same in printer.cfg:
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
restart_method: command
Posted klippy.log and a txt version of my printer.cfg below
Where did I mess up?