From 956ed6eaec65d970e1ca0cd3d9cf7be4e185df98 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Tue, 17 Sep 2019 14:08:27 -0400 Subject: [PATCH] OTA support - default base release when compiled from --- components/wifi-manager/wifi_manager.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/wifi-manager/wifi_manager.c b/components/wifi-manager/wifi_manager.c index 9fde0f95..5c3348db 100644 --- a/components/wifi-manager/wifi_manager.c +++ b/components/wifi-manager/wifi_manager.c @@ -55,8 +55,12 @@ Contains the freeRTOS task and all necessary support #include "lwip/netdb.h" #include "lwip/ip4_addr.h" - - +#ifndef SQUEEZELITE_ESP32_BASE_RELEASE +#define SQUEEZELITE_ESP32_BASE_RELEASE "unknown" +#endif +#ifndef SQUEEZELITE_ESP32_RELEASE_URL +#define SQUEEZELITE_ESP32_RELEASE_URL "https://github.com/sle118/squeezelite-esp32/releases" +#endif /* objects used to manipulate the main queue of events */