diff --git a/README.md b/README.md index 81970e96..88608d41 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ # Getting pre-compiled binaries An automated build was configured to produce binaries on a regular basis, from common templates that are the most typical. They can be downloaded from : -https://1drv.ms/u/s!Ajb4bKPgIRMXmwzKLS2o_GxCHRv_?e=V7Nebj +https://github.com/sle118/squeezelite-esp32/releases + -Archive names contain the branch name as well as the template that was used to produce the output. For example : - -WiFi-Manager-squeezelite-esp32-I2S-4MFlash-128.zip - -Is the name of the 128th build for the "WiFi-Manager" branch from the I2S-4MFlash template. # Configuration 1/ setup WiFi 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 */