v0.8.988
This commit is contained in:
28
README.md
28
README.md
@@ -139,16 +139,15 @@ Rotation of the display:
|
||||
- <span style="color: red; font-weight: bold; font-size: 22px;text-decoration: underline;">Arduino IDE version 2.x.x is not supported. Use Arduino IDE 1.8.19</span>
|
||||
- <span style="color: red; font-weight: bold; font-size: 22px;text-decoration: underline;">ESP32 core version 2.0.0 or higher is [required](https://github.com/espressif/arduino-esp32)!</span>
|
||||
1. Generate a myoptions.h file for your hardware configuration using [this tool](https://e2002.github.io/docs/myoptions-generator.html).
|
||||
2. Put myoptions.h file next to yoRadio.ino and restart Arduino IDE.
|
||||
3. In ArduinoIDE - upload sketch data via Tools→ESP32 Sketch Data Upload ([it's here](images/board2.jpg))
|
||||
4. Upload the sketch to the board
|
||||
5. Connect to yoRadioAP access point with password 12345987, go to http://192.168.4.1/ configure and wifi connections. \
|
||||
2. Put myoptions.h file next to yoRadio.ino.
|
||||
3. Replace file Arduino/libraries/Adafruit_GFX_Library/glcdfont.c with file [yoRadio/fonts/glcdfont.c](yoRadio/fonts/glcdfont.c)
|
||||
4. Restart Arduino IDE.
|
||||
5. In ArduinoIDE - upload sketch data via Tools→ESP32 Sketch Data Upload ([it's here](images/board2.jpg))
|
||||
6. Upload the sketch to the board
|
||||
7. Connect to yoRadioAP access point with password 12345987, go to http://192.168.4.1/ configure and wifi connections. \
|
||||
_\*this step can be skipped if you add WiFiSSID WiFiPassword pairs to the [yoRadio/data/data/wifi.csv](yoRadio/data/data/wifi.csv) file (tab-separated values, one line per access point) before uploading the sketch data in step 1_
|
||||
6. After successful connection go to http://\<yoipaddress\>/ , add stations to playlist (or import WebStations.txt from KaRadio)
|
||||
7. Well done!
|
||||
|
||||
**Localization:**
|
||||
Если Adafruit_GFX ещё не русифицирована, русифицировать её, заменив файл Arduino/libraries/Adafruit_GFX_Library/glcdfont.c файлом [yoRadio/fonts/glcdfont.c](yoRadio/fonts/glcdfont.c)
|
||||
8. After successful connection go to http://\<yoipaddress\>/ , add stations to playlist (or import WebStations.txt from KaRadio)
|
||||
9. Well done!
|
||||
|
||||
**See [wiki](https://github.com/e2002/yoradio/wiki/How-to-flash#build--flash) for details**
|
||||
|
||||
@@ -223,6 +222,17 @@ Work is in progress...
|
||||
|
||||
---
|
||||
## Version history
|
||||
#### v0.8.988
|
||||
- **DSP_INVERT_TITLE** now works for all displays when assigned
|
||||
```#define DSP_INVERT_TITLE false```
|
||||
the display title takes on a "classic" look (light letters on a dark background)
|
||||
- advanced weather display - wind direction and strength, feels like
|
||||
- sea level pressure changed to surface pressure
|
||||
- added degree icon [\*ps]
|
||||
- displaying the WiFi signal level in graphical form [\*ps]
|
||||
|
||||
[\*ps] - **glcdfont.c** from the **Adafruit_GFX_Library** library has been changed to add new icons, so for the correct display of all this, you need to replace the specified file in the Adafruit_GFX library with the file from the yoRadio/fonts/ folder
|
||||
|
||||
#### v0.8.962
|
||||
- fixed reboot error after sending media from Home Assistant
|
||||
- fixed bug when playing media from Home Assistant for VS1053
|
||||
|
||||
Reference in New Issue
Block a user