Commit Graph

21 Commits

Author SHA1 Message Date
philippe44 bb185d76dc add buttons/rotary/ir/BT sink in sleep + battery low-voltage 2023-09-16 17:55:41 -07:00
wizmo2 dc66d9e9dc Bluetooth Source mods (#204)
* support legacy bt pairing

* extend bt source support
2022-11-25 13:55:01 -05:00
Philippe G 28ac503ef7 tweaks 2022-01-04 21:55:35 -08:00
Philippe G 25249ce13e BT source improvment, GPIO expander intr fix, SPI display improvments 2021-12-31 17:49:43 -08:00
Sebastien L a354e6248a Move a few network manager parameters to nvs config 2021-12-19 09:57:57 -05:00
Philippe G 898998efb0 big merge 2021-12-18 21:04:23 -08:00
Sebastien L 63fbc2f645 Network manager implemented and relatively stable 2021-12-10 13:07:27 -05:00
Sebastien 7c13c130b8 Wifi UI update 2020-12-21 11:01:22 -05:00
Sebastien 2d573da503 Fixing #59 and unnecessary jack insertion messages-release 2020-11-21 09:26:56 -05:00
Sebastien 8fbe1159f5 Reworking BT output 2020-11-03 17:54:31 -05:00
Sebastien 1a2de11e92 Merge remote-tracking branch 'origin/master' into master-cmake
Conflicts:
	README.md
	components/config/config.c
	components/driver_bt/bt_app_sink.c
	components/raop/raop.c
	components/services/audio_controls.c
	main/platform_esp32.h
2020-05-18 10:13:32 -04:00
Sebastien 8100c090fa bluetooth fixup wip 2020-04-25 09:02:48 -04:00
Sebastien 3870b86a31 JTAG debugging script work now. - release
under the build directory, a number of new files will be written with
prefixes like flash_dbg_* and dbg_*. These can be used to debug using
jtag.  the flash_dbg* files will flash the binaries to the dbg target
and, if necessary, set the offset for debugging (e.g. when running
squeezelite, the debugger needs to know that it's running in an offset
that's not the same as recovery). These files can be used in a command
like : xtensa-esp32-elf-gdb.exe --command=build/flash_dbg_squeezelite
2020-03-15 10:46:40 -04:00
Sebastien b0b489704e Merge and reset component names 2020-03-15 08:38:50 -04:00
Sebastien 562bec14fe migrating to esp-idf V4.0 gcc 8.2 and CMake 2020-03-06 16:43:56 -05:00
Sebastien c97f9e2c59 retrofit to gcc8 2020-03-04 13:01:24 -05:00
philippe44 450943735b add display + some refactoring 2020-01-10 12:32:50 -08: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
Sebastien 24c473588a bug fixes 2019-10-03 16:00:43 -04:00
Sebastien 47d06a8dc2 Merge branch 'Over_The_Air_Update' of
https://github.com/sle118/squeezelite-esp32.git into Over_The_Air_Update

Conflicts:
	components/wifi-manager/wifi_manager.c
2019-09-23 14:11:37 -04:00
philippe44 d97d9fb7c9 add BT sink 2019-08-12 21:19:14 -07:00