Skip to content

Releases: thomastech/PixelRadio

PixelRadio v1.1.2

18 Oct 22:41
Compare
Choose a tag to compare

MAINTENANCE RELEASE

v1.1.2 changelog:
Updated espressif32 platform to Ver 5.2.0 (was 4.4.0).
Updated ESPAsyncWebServer to Ver 3.0.0 (was 2.1.0).
Updated ESPUI library to PR #199, release Oct-2022. Stored locally in project lib folder.
Changed all millis() related vars to unsigned long (was uint32).
Minor edits to readme doc files.

PixelRadio v1.1.1

30 Jun 19:51
Compare
Choose a tag to compare

v1.1.1 changelog:
Restored HTTP API %20 char code for creating a blank RadioText Message (rtm) or a blank Program Service Name (psn).
Added more information to Controller Readme Docs.

This release includes v1.1.0, changelog as follows:
Updated espressif32 platform to 4.4.0, was 3.5.0. Core now 6.0.2, was 5.2.5
PlatformIO Package = framework-arduinoespressif32 3.20003.0 (2.0.3).
Updated ArduinoJson to 6.19.4, was 6.19.1
Updated LittleFS to 2.0.0 (built-in), was 1.0.6.
Changed platformio.ini board type to ttgo-t1, was esp32dev.
Added PTY (Program Type) command to HTTP, MQTT, and Serial Controllers (dkulp submission).
Added programmable Local Controller PTY code to Web UI (on Local RDS Tab).
Added RF Carrier On/Off to the Controller API.
Fixed 49 day System Run Time hang.
Fixed Web UI's displayed IP Address so it updates on reconnects.
Added test for broken QN8027 Oscillator (post failure to serial log).
Updated test tone routine for compatibility with latest espressif32 + removed blocking code.
Corrected millis var type (found some that were int32, must be uint32).
Added Percent (%) Decoding to HTTP API's URL.
Performed misc code cleanup.
Updated Readme documentation, added photos for external WiFi antenna modification.

PixelRadio v1.0 Firmware

10 Jun 14:47
Compare
Choose a tag to compare

First official release of PixelRadio v1.0 (v1.0.0).

The PixelRadio project was introduced to GitHub two months ago (April-2022). No major issues have been reported, so it's time to formally release the v1.0 binaries.