浏览代码

OTA support - default base release when compiled from

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

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