From 82a22312bf06cd76fcd569b9bd5f9ab94f47cdb4 Mon Sep 17 00:00:00 2001 From: Jon Escombe Date: Mon, 20 Jan 2025 16:13:13 +0000 Subject: [PATCH] Remove panel plugin from default Octave build Breaks GitHub CI action, as plugin not installed. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 28b45b1..d88b717 100644 --- a/platformio.ini +++ b/platformio.ini @@ -304,7 +304,7 @@ build_flags = ${common.build_flags} -D MOTOR_FAULT_ENABLE=1 -D EEPROM_ENABLE=64 -D EEPROM_IS_FRAM=1 - -D PANEL_ENABLE=2 + #-D PANEL_ENABLE=2 -D Y_AUTO_SQUARE=1 -D N_SPINDLE=2 -D SPINDLE0_ENABLE=SPINDLE_PWM0 @@ -314,7 +314,7 @@ lib_deps = ${common.lib_deps} ${eth.lib_deps} ${sdcard.lib_deps} eeprom - panel + #panel spindle lib_extra_dirs = ${common.lib_extra_dirs} ${usb_h723.lib_extra_dirs}