From b2afe2a52d421a6f9ce87d6b20c0230f93ecbdc4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Mar 2025 21:19:30 +0100 Subject: fw: app: update: Add source file and HTTP 204 handler This adds the HTTP PUT /update handler which just returns HTTP 204 No Content. This is the minimal first step towards a working /update handler. --- fw/app/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fw/app/Kconfig (limited to 'fw/app/Kconfig') diff --git a/fw/app/Kconfig b/fw/app/Kconfig new file mode 100644 index 0000000..5393e05 --- /dev/null +++ b/fw/app/Kconfig @@ -0,0 +1,5 @@ +config IOT_CONTACT_REMOTE_UPDATE + bool "Enable the remote update system" + default n + +source "Kconfig.zephyr" -- cgit v1.2.3-70-g09d2