Commit Graph

100 Commits

Author SHA1 Message Date
philippe44 aa6c0fcf95 RTSP stack overflow 2020-02-19 11:15:23 -08:00
Sebastien 2dad83e965 Merge remote-tracking branch 'origin/master' into httpd
Conflicts:
	Makefile
	components/wifi-manager/index.html
2020-02-19 08:14:49 -05:00
Sebastien 4de4e07d99 messaging subsystem wip 2020-02-19 08:02:58 -05:00
philippe44 4e7ff0a37a AirPlay co-existence improvements, couple of display issues 2020-02-18 00:57:33 -08:00
sebastien 58a2d0bea7 Merge remote-tracking branch 'origin/master' into httpd
Conflicts:
	components/services/monitor.c
	components/telnet/telnet.c
2020-02-05 21:06:27 -05:00
sebastien dd594245f6 Merge master 2020-02-05 20:58:17 -05:00
philippe44 ed4eb6a42e adding rotary encoder + better jack gpio handling 2020-02-05 00:17:48 -08:00
sebastien e6bad26ef0 Merge remote-tracking branch 'origin/master' into httpd
Conflicts:
	components/wifi-manager/http_server.c
2020-02-04 22:44:34 -05:00
philippe44 49b9700e6d adding telnet 2020-02-03 13:48:19 -08:00
philippe44 8ddd5a58f3 displat mixup ms and s in RAOP as BT natively sends ms 2020-02-03 02:48:52 -08:00
philippe44 3c0957d110 AirPlay: retry NTP sync when initial RTT is >100ms - release 2020-02-01 23:22:05 -08:00
Sebastien acbc661efb Merge remote-tracking branch 'origin/master' into httpd 2020-01-29 11:10:34 -05:00
philippe44 9d2aa978d5 LMS/BT/AirPlay coexistence + improve display 2020-01-28 22:54:34 -08:00
philippe44 f9c30733e0 completed BT/AirPlay display 2020-01-27 21:50:46 -08:00
philippe44 89f15619c7 add BT display (still WIP) 2020-01-26 23:53:22 -08:00
philippe44 61c3a1058c Update README.md
remove config from accessors, nothing to do there
2020-01-26 02:37:28 -08:00
philippe44 1fd31471a2 Display for AirPlay / Bluetooth (still WIP) 2020-01-26 01:31:43 -08:00
Sebastien b680999e62 Merge branch 'master' into httpd
Conflicts:
	components/wifi-manager/http_server.c
	components/wifi-manager/wifi_manager.c
	main/config.c
	main/config.h
2020-01-22 15:13:18 -05:00
philippe44 b8570ebce3 finish remapping
- actrls_brd config renamed actrls_config
- get rid of static board definitions
- allow JSON config string to only initialize what it needs
- add control_hook
2020-01-17 20:29:14 -08:00
philippe44 e82d56fbfa merge in progress 2020-01-11 13:56:58 -08:00
Sebastien fd122ea0f2 Merge remote-tracking branch 'origin/master' 2020-01-10 16:06:44 -05:00
Sebastien c85d2afbaf json button mapping config 2020-01-10 15:39:32 -05:00
philippe44 450943735b add display + some refactoring 2020-01-10 12:32:50 -08:00
philippe44 26ecdf60d9 refactor services, increase max sockets - release 2020-01-06 16:08:15 -08:00
philippe44 540466e746 Finalize buttons for AirPlay and BT, worked on coexistence 2020-01-04 02:03:34 -08:00
philippe44 131769ff4d BT & AirPlay switch fix - release 2019-11-24 15:37:34 -08:00
Sebastien 0f94f48fe6 Merge branch 'nvs_parameters' of https://github.com/sle118/squeezelite-esp32.git into nvs_parameters 2019-11-06 23:31:26 -05:00
Sebastien cdbb198d8a enhancement: new "config" module to access configuration in RAM
This is to allow moving some tasks/stack memory to SPIRAM, saving on
precious IRAM. HTTP server should also be more responsive.
2019-11-06 23:31:13 -05:00
philippe44 0f8bd30544 terminate correctly statically created tasks 2019-11-05 20:18:26 -08:00
Sebastien 39ab188e5d Resolve Jenkins build issues 2019-10-03 14:40:24 -04:00
Sebastien b6f1ce9a7a NVS Refactor ** Factory+Squeezelite FLASH required for this branch!
This is a major refactoring of the nvs parameters storage. To support
this, a new partition was added. To start using this branch, one must
flash all binaries and possibly re-configure the system.
2019-10-03 14:15:59 -04:00
sleclerc bc6215e34a more ota work-ota cmd line implemented-not tested 2019-09-21 00:17:59 -04:00
sle118 6cf0acfc4c Sync up (#16)
* Update CMakeLists.txt

* sink name corrections
2019-09-08 22:24:29 -04:00
philippe44 daeb4dcd11 move to Apple alac decoder, update partition size 2019-09-01 12:37:36 -07:00
philippe44 7f97f621c4 move some staks to external memory 2019-08-26 21:46:48 -07:00
philippe44 df525bbb10 airplay buffer management correction 2019-08-25 23:05:21 -07:00
philippe44 8a6295a016 RTP thread priority increase 2019-08-25 00:56:28 -07:00
philippe44 93568723fd backport click correction to BT 2019-08-24 01:15:46 -07:00
philippe44 35ccb92a60 solved most of click issues 2019-08-24 00:55:38 -07:00
philippe44 655af81a97 fix AirPlay playback with SPDIF 2019-08-23 20:25:13 -07:00
philippe44 8a0763cc27 memory leak in AirPlay 2019-08-23 00:23:00 -07:00
philippe44 8ddc2a0dc5 tweaks 2019-08-21 00:21:11 -07:00
philippe44 217dd8e5f0 stack & internal memory optimization
will need to move pthread stack to external memory at some point ...
2019-08-20 23:04:41 -07:00
philippe44 f547a52c1e finalize AirPlay sync 2019-08-20 13:18:43 -07:00
philippe44 49dcfdc758 fixed airplay 2019-08-19 20:25:04 -07:00
philippe44 9caf8deca6 potential mixed signed/unsigned arithmetic issues 2019-08-18 23:41:04 -07:00
philippe44 876720f9e2 AirPlay progress with synchro 2019-08-18 17:38:48 -07:00
philippe44 4f345a96ca does not work yet with iOS, only iTunes 2019-08-18 00:39:46 -07:00
philippe44 82bf8c507e Tweaks 2019-08-18 00:02:00 -07:00
philippe44 e9731ee232 tweak BT + first AirPlay commit 2019-08-17 23:39:05 -07:00