mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
Merge branch 'WiFi-Manager' into WiFi-Manager-philippe
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
# Getting pre-compiled binaries
|
# 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 :
|
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
|
# Configuration
|
||||||
1/ setup WiFi
|
1/ setup WiFi
|
||||||
|
|||||||
@@ -55,8 +55,12 @@ Contains the freeRTOS task and all necessary support
|
|||||||
#include "lwip/netdb.h"
|
#include "lwip/netdb.h"
|
||||||
#include "lwip/ip4_addr.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 */
|
/* objects used to manipulate the main queue of events */
|
||||||
|
|||||||
Reference in New Issue
Block a user