Skip to content

Commit

Permalink
Remove panel plugin from default Octave build
Browse files Browse the repository at this point in the history
Breaks GitHub CI action, as plugin not installed.
  • Loading branch information
dresco committed Jan 20, 2025
1 parent da03b6b commit 82a2231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 82a2231

Please sign in to comment.