Skip to content

Commit

Permalink
Merge pull request #685 from Jocke4f/feat_m5stickcplus2
Browse files Browse the repository at this point in the history
Added support for m5stickC-Plus2
  • Loading branch information
josephdadams authored Apr 18, 2024
2 parents 9e3df71 + c0ec9af commit 216b919
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 109 deletions.
4 changes: 3 additions & 1 deletion listener_clients/m5stickc-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Make sure you have selected the **right serial port** and the **right board type

Done! Now your board is running the latest listener client firmware version. Go to the *"Setup your device"* sections to connect the board to the Tally Arbiter server.

NB: The code base is either compiled for m5stickC or m5stickC-Plus based on the define C_PLUS, default is for m5stickC.
NB: The code base is either compiled for **M5StickC**, **M5StickC-Plus** or **M5StickC-Plus2** based on the configured **board** in **Arduino IDE**. Only one can be enabled at at time.

TALLY_EXTRA_OUTPUT can be used for extra tally info. The internal led is used for program. Preview and aux is available on external ports by default.

# Setup your device
1. Plug the device in a power source
Expand Down
Loading

0 comments on commit 216b919

Please sign in to comment.