diff --git a/documentation/images/audiosphere-electronics.png b/documentation/images/audiosphere-electronics.png index d01ee28..8d0854b 100644 Binary files a/documentation/images/audiosphere-electronics.png and b/documentation/images/audiosphere-electronics.png differ diff --git a/documentation/index.html b/documentation/index.html index e409e07..ed29b76 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -139,7 +139,7 @@ h2, h3 {
- On the software side there's two major improvements: The SD card is now mounted read-only by default. This makes unplugging the AudioSphere (by accident or for reboot) unproblematic. And the Python script that operates the player now uses interrupts instead of polling for checking the input sources. This removes unnecessary overhead from the CPU and also reduces power-consumption. + On the software side there's two major improvements: The SD card is now mounted read-only by default. This makes unplugging the AudioSphere (by accident or for reboot) unproblematic. And the Python script that operates the player now uses interrupts instead of polling for checking the input sources - no more busy waiting! This removes unnecessary overhead from the CPU and also reduces power-consumption.
@@ -200,15 +200,17 @@ h2, h3 {