Skip to content

Releases: Xylopyrographer/STAC

STAC Version 2.2.0

09 May 20:17
e7dd64d
Compare
Choose a tag to compare

Add support for the Roland V-160HD Streaming Switcher.
Major refactoring of the code base.

STAC Version 2.1.1

11 Mar 18:27
0503e8f
Compare
Choose a tag to compare
  • Fixes a bug where the STAC ID could be truncated.
  • Added instructions to the README file on installing directly to a device.
  • Please see the README.md file, and in the Documentation folder—the Release Notes and Users Guide for all the info.

STAC Version 2.1

14 Feb 18:33
60498ec
Compare
Choose a tag to compare
  • Adds OTA software update capability.
  • Adds ability to select the Tally Display in Peripheral Mode to either Camera Operator or Talent.
  • Adds mDNS support for setup and software update.
  • Please see the README.md file, and in the Documentation folder—the Release Notes and Users Guide for all the info.

STAC Version 2.0

31 Oct 22:50
afb78a8
Compare
Choose a tag to compare
  • Revised to work with the newer 2.X versions of the arduino-esp32 core.
  • No longer works under arduino-esp32 core v1.0.6.
  • Please see the README.md file and the stuff in the Documentation folder for all the info.

STAC Version 1.10

16 Jan 23:24
925afd6
Compare
Choose a tag to compare

New Features

  • Adds Peripheral Mode

    • Allows one STAC to be connected to another via their GROVE ports. The STAC configured in Peripheral Mode operates as if in Talent Mode but it receives its tally information from the connected STAC without the need to establish a WiFi connection to the Roland device. More in the STAC User's Guide and the Peripheral Mode Application Note.
  • Adds Configuration Check

    • Previously, the configuration of the STAC would be reset with each software update. After updating to version 1.10 you will have to reconfigure the STAC but from then on new software updates will do a check to see if the existing configuration is compatible with that version. If so, the existing configuration information will be retained. Too cool 🤯.

STAC Version 1.9.1

09 Jun 16:30
7f5c4a0
Compare
Choose a tag to compare
  • Adds Auto Rotate
    • On startup the STAC determines which way is up and sets the display orientation accordingly. More in the User's Guide.
  • Talent mode display now shows WiFi connect sequence only on initial power up or restart.
  • Internal improvements.
    More in the Release Notes.

STAC Version 1.8

24 Apr 17:11
1eae3be
Compare
Choose a tag to compare
  • Adds an Autostart feature!
  • Fixes the "spaces" bug in the SSID and password fields when sending the configuration information to the STAC.
  • See the Release Notes for more.

STAC Version 1.7.1.1

12 Apr 20:10
c2892ca
Compare
Choose a tag to compare

Bug fix to correct coding error in /libraries/Preferences.cpp.
No changes to the STAC code.
See v1.7.1.1 README.md

STAC Version 1.7.1

08 Apr 22:41
e1521dd
Compare
Choose a tag to compare

1.7.1

  • improve the ST server poll response time by about a gazillion. As a result...
  • ...the ST_POLL_INTERVAL now does indeed govern the time between ST server polls
  • add an information dump to the serial port on startup

Other

  • Reorganized the folder structure and document locations in the repository.