From a608ab9b117f4e3da8b93e7baac9bb999746c063 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 22 Jan 2025 20:40:23 +0100 Subject: fw: Add app.overlay This enables the `wifi` device on ESP32 devices which is required for this application. --- fw/app.overlay | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fw/app.overlay (limited to 'fw') 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"; +}; -- cgit v1.2.3-70-g09d2