From 202975c8f6b09b45ea70215af3874dae495d86d5 Mon Sep 17 00:00:00 2001 From: Laurent Crema <2-Naaturel@users.noreply.gitlab.example.com> Date: Sun, 4 Jan 2026 17:24:11 +0000 Subject: [PATCH] Revert "Merge branch 'main' of https://gitlab.naaturel.be/Naaturel/board-mate" This reverts commit 580086b38ed271fda03b6fb784c52cafb9464d3d --- esp32-wifi/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32-wifi/main.py b/esp32-wifi/main.py index 9752df01..ddfb96b9 100644 --- a/esp32-wifi/main.py +++ b/esp32-wifi/main.py @@ -7,10 +7,10 @@ def send_request(): try: print("Action triggered") r = requests.post( - "https://192.168.15.119:5000/command/party/play", + "http://192.168.15.119:5000/command/party/play", headers={ "Authorization": "Bearer 0eed89e8-7625-4f8d-bf2a-0872aede0efb" - }, + } ) r.close() except Exception as ex: