Releases: Xylopyrographer/STAC
Releases · Xylopyrographer/STAC
STAC Version 2.2.0
Add support for the Roland V-160HD Streaming Switcher.
Major refactoring of the code base.
STAC Version 2.1.1
- 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
- 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
- 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
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
- 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
- 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
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
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.