浏览代码

Merge branch 'WiFi-Manager' of https://github.com/philippe44/squeezelite-esp32 into WiFi-Manager

Christian Herzog 5 年之前
父节点
当前提交
c880f1e761
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 2 6
      README.md
  2. 6 2
      components/wifi-manager/wifi_manager.c

+ 2 - 6
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

+ 6 - 2
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 */