commit - 565bfde6fd3e792e303e0b8adab0dc3d528ce41a
commit + b0e7ce9d4ab7e0099ef603a08c0e885a8f5a1143
blob - 721365787c5311119f0a2b765689caaf177f2818
blob + 8f9cfd7c970523459d91b93b2ab4fb3db32e54f7
--- README.md
+++ README.md
The compilation is not straightforward as it uses a modified
I2S implementation that is a bit out of date.
+## Running
+
+1. flash the firmware bin using esptool.py
+2. copy [src/config.json.tmpl](src/config.json.tmpl) to src/config.json and set your SSID and password
+3. write the contents of [src/](src) into the root of the device
+4. reset device to start
+
## [License](LICENSE.txt)
```
blob - /dev/null
blob + cec04d1d5ac9d8d33d4e5d554d9af4815c691d3a (mode 644)
--- /dev/null
+++ src/config.json.tmpl
+{
+ "network": [
+ "my-ssid",
+ "my-password"
+ ]
+}