summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-01-22 20:40:23 +0100
committerxengineering <me@xengineering.eu>2025-01-22 20:40:23 +0100
commita608ab9b117f4e3da8b93e7baac9bb999746c063 (patch)
tree4956f1ab13e9f6eb0a1e7d7f721b983280e7df41
parentd785619eb4493767d006993dcca5ccf18a518676 (diff)
downloadsoundbox-a608ab9b117f4e3da8b93e7baac9bb999746c063.tar
soundbox-a608ab9b117f4e3da8b93e7baac9bb999746c063.tar.zst
soundbox-a608ab9b117f4e3da8b93e7baac9bb999746c063.zip
fw: Add app.overlay
This enables the `wifi` device on ESP32 devices which is required for this application.
-rw-r--r--fw/app.overlay3
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/app.overlay b/fw/app.overlay
new file mode 100644
index 0000000..d342be1
--- /dev/null
+++ b/fw/app.overlay
@@ -0,0 +1,3 @@
+&wifi {
+ status = "okay";
+};