aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-29 10:26:23 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-29 10:26:23 +0100
commit153fa127d5c832ddd10ad20500d681892064065a (patch)
tree85149f19fc66fd7bae6aa47182ebf9cfcf7775a8
parentdrop now-useless notes (diff)
downloadlego-piano-153fa127d5c832ddd10ad20500d681892064065a.tar.gz
lego-piano-153fa127d5c832ddd10ad20500d681892064065a.tar.bz2
lego-piano-153fa127d5c832ddd10ad20500d681892064065a.zip
some links for the program
-rw-r--r--esp32/README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/esp32/README.rst b/esp32/README.rst
index b4d415b..46bc321 100644
--- a/esp32/README.rst
+++ b/esp32/README.rst
@@ -12,3 +12,9 @@ The TinySoundFont library is under the MIT license, but the font is
very probably from `Nando Florestan
<http://dev.nando.audio/pages/soundfonts.html>`_; the license for it
is unclear to me.
+
+To build the code, you'll need `makeEspArduino
+<https://github.com/plerup/makeEspArduino>`_ and `arduino-esp32
+<https://github.com/espressif/arduino-esp32>`_ (``esp32s2`` branch);
+edit the ``Makefile`` in this directory to point at wherever you
+checked those out