From 5613028678c5aaae83af40ccb36e76bb66c25c33 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 21 Oct 2024 03:39:34 +0300 Subject: [PATCH] Enable Wi-Fi by default --- flix/flix.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flix/flix.ino b/flix/flix.ino index 92aeb79..0a3b80c 100644 --- a/flix/flix.ino +++ b/flix/flix.ino @@ -8,7 +8,7 @@ #define SERIAL_BAUDRATE 115200 -#define WIFI_ENABLED 0 +#define WIFI_ENABLED 1 #define RC_CHANNELS 6 #define RC_CHANNEL_ROLL 0