Merge branch 'WiFi-Manager' into WiFi-Manager-philippe

This commit is contained in:
Sebastien
2019-09-17 14:26:51 -04:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

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