diff --git a/README.md b/README.md
index 8309ca7..eb0ee67 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,21 @@
# ESP32Radio-V2
-New version of the well known ESP32 Radio. Now optional I2S output!
+New version of the well known ESP32 Radio. Now optional I2S output and SP/DIF output!
- Compile time configuration in config.h.
- Do not forget to upload the data directory to the ESP32.
- SD cards supported, but still experimental.
+![SAM_2922](https://github.com/Edzelf/ESP32Radio-V2/assets/18257026/a58f7b7e-cdd4-4d7f-96b8-62fa487de906)
+
Updates:
+- 17-oct-2024: Experimental support for ESP32-S3. SP/DIF tested.
+- 05-jul-2024: Correction SPDIF output.
+- 12-mar-2024: Add document with building instructions. New PCB available! See [here at PCBWay](https://www.pcbway.com/project/shareproject/W652317AS2P1_Gerber_ESP32_Radio_PCB_ESP32_Radio_fab8a6d9.html).
+- 19-feb-2024: SP/DIF (Toslink) output, fixed mono bug.
+- 26-dec-2023: Correct crash with VS1053 and empty preferences.
+- 14-dec-2023: Add "mqttrefresh" command to refresh all mqtt items.
+- 09-oct-2023: Reduced error messages caused by uninitialized GPIO numbers.
+- 16-may-2023: Added sleep command.
+- 05-may-2023: SD card file stored on SD card, mute/unmute, better mutex.
- 24-mar-2023: Code clean-up
- 03-nov-2022: Added AI Thinker Audio kit V2.1 suport.
- 05-oct-2021: Fixed internal DAC output, fixed OTA upload.
diff --git a/archive/ESP32Radio.zip b/archive/ESP32Radio.zip
new file mode 100644
index 0000000..4b5af64
Binary files /dev/null and b/archive/ESP32Radio.zip differ
diff --git a/archive/readme.md b/archive/readme.md
new file mode 100644
index 0000000..ae73b8c
--- /dev/null
+++ b/archive/readme.md
@@ -0,0 +1,7 @@
+ESP32Radio.zip Contains the project as an Arduino sketch.
+Edit config.h for your configuration....
+Enable core debug level "Info" in the tools menu.
+
+There is no simple way to upload the SPIFFS files in version 2 of the Arduino IDE, so use version 1.
+
+
diff --git a/data/about.html b/data/about.html
index de2d240..4a05580 100644
--- a/data/about.html
+++ b/data/about.html
@@ -16,14 +16,13 @@
ESP32 Radio V2 -- Web radio receiver for ESP32, Color display and VS1053 MP3 module.
- I2S output instead of VS1053 is also supported.
+ I2S and SPDIF output instead of VS1053 is also supported.
This project is documented at Github.
Author: Ed Smallenburg (ed@smallenburg.nl)
- Webinterface design: Sander Jochems
App (Android): Sander Jochems
- Date: January 2022