From 834decd4836d58e2c791e33f6b5cd628c02146c3 Mon Sep 17 00:00:00 2001 From: e2002 Date: Sun, 5 Mar 2023 11:23:09 +0300 Subject: [PATCH] v0.9.000 --- README.md | 4 ++++ yoRadio/src/core/options.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7caa2..2e0e9e7 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,10 @@ Work is in progress... --- ## Version history +#### v0.9.000 +- added WEB Board Uploader. ESP32 Filesystem Uploader is no longer needed, the initial setup can be done in the browser. (see [wiki](https://github.com/e2002/yoradio/wiki/WEB-Board-Uploader) for more info) +- fixed error getting weather for some locations + #### v0.8.990 - fixed error displaying access point credentials when DSP_INVERT_TITLE is false - fixed compilation error for OLED displays when DSP_INVERT_TITLE is false diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 2d712d3..1a54416 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.8.990" +#define YOVERSION "0.9.000" /******************************************************* DO NOT EDIT THIS FILE.