This commit is contained in:
e2002
2023-03-05 11:23:09 +03:00
parent 7c241a9787
commit 834decd483
2 changed files with 5 additions and 1 deletions

View File

@@ -222,6 +222,10 @@ Work is in progress...
--- ---
## Version history ## 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 #### v0.8.990
- fixed error displaying access point credentials when DSP_INVERT_TITLE is false - fixed error displaying access point credentials when DSP_INVERT_TITLE is false
- fixed compilation error for OLED displays when DSP_INVERT_TITLE is false - fixed compilation error for OLED displays when DSP_INVERT_TITLE is false

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.8.990" #define YOVERSION "0.9.000"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.