fix regression from LCD_SERIAL migration for CHIRON targets #404

Merged
stklcode merged 1 commits from fix/chiron-regression into master 2022-12-22 02:41:35 -06:00
stklcode commented 2022-12-22 02:40:09 -06:00 (Migrated from github.com)

Description

Fixes a regression from fd58245bd2.

There is an extension to the G29 implementation that sends a J25 notification to the external display. This must not use the HardwareSerial implementation anymore.

there are also two leftover opening parenthesis in the command scanning loop within the Chiron block that must be removed.

Requirements

Affects CHIRON, CHIRON_TMC, CHIRON_DGUS and CHIRON_DGUS_TMC environments.

Benefits

The firmware compiles and should work again.

Configurations

--

--

### Description Fixes a regression from fd58245bd2b1f89ab1f6ce0f9582d44369a3ce68. There is an extension to the G29 implementation that sends a `J25` notification to the external display. This must not use the _HardwareSerial_ implementation anymore. there are also two leftover opening parenthesis in the command scanning loop within the _Chiron_ block that must be removed. ### Requirements Affects `CHIRON`, `CHIRON_TMC`, `CHIRON_DGUS` and `CHIRON_DGUS_TMC` environments. ### Benefits The firmware compiles and should work again. ### Configurations -- ### Related Issues --
Sign in to join this conversation.
No description provided.