Skip to content

Commit

Permalink
Fixed WebUI regression. Ref. issue #116.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Jul 7, 2024
1 parent 6a9d515 commit 58fc5af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set(SRCS
boards/BlackBoxX32.c
networking/strutils.c
grbl/grbllib.c
grbl/canbus.c
grbl/coolant_control.c
grbl/crossbar.c
grbl/nvs_buffer.c
Expand Down Expand Up @@ -93,6 +94,7 @@ set(SDCARD_SOURCE
set(KEYPAD_SOURCE
keypad/keypad.c
keypad/macros.c
keypad/display/i2c_interface.c
)

set(WEBUI_SOURCE
Expand Down

0 comments on commit 58fc5af

Please sign in to comment.