You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: listener_clients/m5stickc-listener/README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ https://www.adafruit.com/product/4290 (Shipped from USA)
28
28
You should select the file that ends in **.ino.bin**, not the file that ends in _.ino.elf_ or _.ino.partitions.bin_.
29
29
5. Flash the firmware on your board _(clicking "Flash ESP" in esphome-flasher)_.
30
30
31
+
**NB:** The built version onf GitHub is only for **M5StickC**.
32
+
31
33
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.
32
34
33
35
## 2. Using the Arduino IDE
@@ -41,7 +43,12 @@ Done! Now your board is running the latest listener client firmware version. Go
41
43
42
44
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.
43
45
44
-
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.
46
+
The code base is compiled for **M5StickC**, **M5StickC-Plus** or **M5StickC-Plus2** based on the configured **M5Stack Arduino** version in **Board** in Arduino IDE. Only one can be enabled at at time:
47
+
- M5Stack Arduino -> M5StickC
48
+
- M5Stack Arduino -> M5StickC-Plus
49
+
- M5Stack Arduino -> M5StickC-Plus2
50
+
51
+
It is possible to manually select what board type to build for if the wanted board type in the ino file, e.g., when not using Arduino IDE.
45
52
46
53
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.
0 commit comments