Skip to content

Commit

Permalink
usb serial in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlopez committed Oct 28, 2024
1 parent 3adc103 commit 767f089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Espfc/src/Cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@ class Cli
#ifdef ESPFC_SERIAL_SOFT_0
Param(PSTR("serial_soft_0"), &c.serial[SERIAL_SOFT_0]),
#endif
#ifdef ESPFC_SERIAL_USB
Param(PSTR("serial_usb"), &c.serial[SERIAL_USB]),
#endif

Param(PSTR("scaler_0"), &c.scaler[0]),
Param(PSTR("scaler_1"), &c.scaler[1]),
Expand Down

0 comments on commit 767f089

Please sign in to comment.