Sebastien
41cdb8bcdd
Allow saving/loading nvs from the nvs editor - release
2020-09-02 13:09:46 -04:00
Philippe G
94da8ca950
i2c timeout change + remove some wifi test code used for led fix - release
2020-09-01 13:40:25 -07:00
Sebastien
a46bbb409f
Fixes #50 - Green led flash state reset on wifi connect - release
2020-09-01 15:11:45 -04:00
Sebastien
db839a9ccd
Add new status field: is_i2c_locked to help with the new config page
2020-08-31 16:56:54 -04:00
Philippe G
ea3c6696e2
solve memory leak in monitor & potentially http
2020-08-14 18:51:59 -07:00
Philippe G
c01a83b466
warning-free compile
2020-08-12 16:10:18 -07:00
Philippe G
e131b674fd
move HTTPD stack back to 4k and do not free headers before call to httpd_resp_send
2020-07-19 15:21:10 -07:00
Philippe G
68b8c489b2
increase HTTPD stack size to 6k
2020-07-19 15:04:15 -07:00
Sebastien
b5fcb6b235
Move some INFO level messages to DEBUG - reducing the firmware footprint
2020-07-06 11:52:38 -04:00
Christian Herzog
8e639bd03f
fix SL command line
2020-06-10 16:57:34 +02:00
Philippe G
0521ecb250
tweak command line (wav) and equalizer warning messages
2020-05-30 00:08:31 -07:00
Sebastien
293d08deec
system config UI work in progress
2020-04-29 19:38:00 -04:00
Christian Herzog
0b3df3a155
allow sorting for branch
2020-04-22 21:18:37 +02:00
Sebastien
29737f720e
merge Equalizer - release
2020-04-17 14:18:39 -04:00
Sebastien
e5601010e8
Merge branch 'master-cmake' of https://github.com/sle118/squeezelite-esp32.git into master-cmake
2020-04-16 20:37:25 -04:00
Sebastien
56396d11ef
command to UI backend wip
2020-04-16 20:32:39 -04:00
Christian Herzog
bb44b3f718
fix AP scan
2020-04-16 20:39:54 +02:00
Christian Herzog
cac9d329e1
fix message race condition
2020-04-15 21:40:00 +02:00
Sebastien
811451f24e
cmake on esp-idf V4.0 - testing version - release
2020-04-09 23:08:40 -04:00
Sebastien
fcf86c5e75
cmake ota leverage esp_http_client
2020-04-06 10:31:32 -04:00
Christian Herzog
ed8ff0db97
add favicon
2020-03-12 19:24:51 +01:00
Sebastien
ea873ae3bc
Stabilizing a few things.
...
Music plays, httpd responds in a snap, messaging subsystem works, full
end-to-end flash erase/flash/configure wifi & hardware/reboot to
squeezelite was tested.
CMake system works well: it now allows to flash in a single command
(assuming esp-idf V4.0 is properly installed on the system) with the
standard line:
idf.py flash -p <comport>
this makes building and flashing the app less confusing for new
developers/users wanting to experiment
2020-03-11 15:51:55 -04:00
Sebastien
2ab14d62be
Merged with httpd - work in progress
2020-03-10 17:27:06 -04:00
Sebastien
39058213fa
Merge remote-tracking branch 'origin/httpd' into master-cmake
...
Conflicts:
.cproject
.gitmodules
.project
.pydevproject
.settings/language.settings.xml
.settings/org.eclipse.cdt.core.prefs
components/cmd_i2c/CMakeLists.txt
components/cmd_i2c/cmd_i2ctools.c
components/cmd_i2c/component.mk
components/cmd_nvs/cmd_nvs.c
components/cmd_nvs/component.mk
components/cmd_system/cmd_system.c
components/cmd_system/component.mk
components/config/config.c
components/config/config.h
components/config/nvs_utilities.c
components/display/CMakeLists.txt
components/driver_bt/CMakeLists.txt
components/driver_bt/component.mk
components/raop/raop.c
components/services/CMakeLists.txt
components/squeezelite-ota/cmd_ota.c
components/squeezelite-ota/squeezelite-ota.c
components/squeezelite-ota/squeezelite-ota.h
components/squeezelite/component.mk
components/telnet/CMakeLists.txt
components/wifi-manager/CMakeLists.txt
components/wifi-manager/dns_server.c
components/wifi-manager/http_server.c
components/wifi-manager/http_server.h
components/wifi-manager/wifi_manager.c
components/wifi-manager/wifi_manager.h
main/CMakeLists.txt
main/console.c
main/esp_app_main.c
main/platform_esp32.h
2020-03-10 13:55:22 -04:00
Sebastien
879272dfe4
idf.py app now builds both squeezelite and recovery in a single pass
2020-03-09 23:47:15 -04:00
Sebastien
b2ea4a2cdd
untangling references. linking almost completed!
2020-03-08 10:46:30 -04:00
Sebastien
70aa420406
Merge remote-tracking branch 'origin/master' into master-cmake
...
Conflicts:
components/raop/raop.c
components/raop/rtp.c
main/cmd_squeezelite.c
2020-03-08 09:54:50 -04:00
Sebastien
562bec14fe
migrating to esp-idf V4.0 gcc 8.2 and CMake
2020-03-06 16:43:56 -05:00
Christian Herzog
93dbaa516a
start with syslog
2020-03-05 20:50:36 +01:00
Christian Herzog
69ba176990
get rid of duplicate resource links
2020-03-05 18:41:47 +01:00
Sebastien
f613487c4d
adjusting makefiles for http compile in linux
2020-03-04 14:40:44 -05:00
Sebastien
5badd8fc51
update make file
2020-03-04 13:47:18 -05:00
Christian Herzog
95267d4b3e
some cleanup
2020-03-04 19:04:57 +01:00
Sebastien
c97f9e2c59
retrofit to gcc8
2020-03-04 13:01:24 -05:00
Sebastien
4f72f284ce
Additional messages added to messaging bus, increase dft size
2020-03-03 11:42:25 -05:00
Sebastien
5ab1f04ea5
taming the memory monster
2020-03-02 18:03:47 -05:00
Sebastien
c6eb24020b
httpd testing - release
2020-02-24 19:06:51 -05:00
Sebastien
5a7a7c9e60
remove unnecessary http_server.c file
2020-02-24 16:41:30 -05:00
Sebastien
75af26c55e
Merge remote-tracking branch 'origin/master' into httpd
...
Conflicts:
components/wifi-manager/http_server.c
2020-02-24 16:15:34 -05:00
Sebastien
e19c9e12dc
memory leak fixed
2020-02-24 16:14:17 -05:00
Sebastien
e3ea0c8140
trigger build - release
2020-02-21 17:37:28 -05:00
Sebastien
d881a0ae25
trigger build - release
2020-02-21 17:36:13 -05:00
Sebastien
168c15ce02
httpd alpha version - release
2020-02-21 17:16:48 -05:00
Sebastien
d4576bbdd4
httpd implementation - wip
2020-02-21 15:16:54 -05:00
philippe44
4fa993f1a1
trying to solve memory issue - release
2020-02-19 17:58:46 -08:00
Sebastien
22a1df82e1
Merge branch 'httpd' of https://github.com/sle118/squeezelite-esp32.git into httpd
2020-02-19 08:03:12 -05:00
Sebastien
4de4e07d99
messaging subsystem wip
2020-02-19 08:02:58 -05:00
Christian Herzog
0809a6e70c
tweak FW upload UI
2020-02-16 19:42:48 +01:00
Christian Herzog
c9fab19ce8
fix test css/js
2020-02-16 17:09:09 +01:00
Christian Herzog
11f2b0a563
fix test css/js
2020-02-16 16:59:32 +01:00