UrbanLienert
b85cf98cdf
rmoved duplicated lines
2023-09-21 16:24:20 +02:00
UrbanLienert
e85c967220
changed 16bit as well
2023-09-20 18:51:13 +02:00
philippe44
e0e749fb5b
add (some) spurious IR detection capability
2023-09-18 18:34:03 -07:00
UrbanLienert
c650bc7658
new version fix
2023-09-18 22:39:10 +02:00
philippe44
1d059be001
clz for 64 bits requies special version( wake bitmap)
2023-09-18 11:40:01 -07:00
UrbanLienert
32195b50ba
24bit spdif output
2023-09-18 17:13:58 +02:00
philippe44
58f2e4488b
don't count failed IR as activity
2023-09-17 20:00:11 -07:00
philippe44
66b88d186a
fix some buttons snafu & power off led on suspend
2023-09-16 19:42:31 -07:00
philippe44
bb185d76dc
add buttons/rotary/ir/BT sink in sleep + battery low-voltage
2023-09-16 17:55:41 -07:00
Wizmo2
2ecf2e6098
hacked led_strip
2023-09-16 17:13:07 -04:00
Wizmo2
f32e4de84b
static declaration in function
2023-09-16 16:47:40 -04:00
Wizmo2
55303ec1b3
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into fix_led_vu
2023-09-16 16:46:27 -04:00
philippe44
28ecad4652
ACTRLS_SLEEP should be last (indexed array) and red led is not default for parsing
2023-09-15 21:26:33 -07:00
philippe44
f4e899fc60
add option to maintain some RTC GPIO pull-up/down
2023-09-15 20:38:47 -07:00
philippe44
c61ff05081
take into account case with no wake option
2023-09-15 18:50:26 -07:00
Wizmo2
fd0c38c49f
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into fix_led_vu
2023-09-15 20:28:18 -04:00
philippe44
a83f14113e
add sleep option + potentially fix led_vu issue
2023-09-15 17:18:06 -07:00
Wizmo2
7f0b411dac
fix endings
2023-09-15 20:15:53 -04:00
Wizmo2
3350a8dbc7
restore static struct for led_vu
2023-09-15 20:08:31 -04:00
github-actions
992f5c361c
Update prebuilt objects [skip actions]
2023-09-13 23:03:19 +00:00
philippe44
08c7ccdf28
put timestamp at end of ellipse
2023-09-12 18:37:27 -07:00
philippe44
0002256630
Fix AirPlay artwork disappearing
2023-09-12 18:16:38 -07:00
philippe44
b3ee25e3be
add "power" gpio
2023-09-12 15:03:58 -07:00
github-actions
d0ac871a3b
Update prebuilt objects [skip actions]
2023-09-12 01:39:04 +00:00
philippe44
38fee20680
better handling of AIrPlay network issues - release
2023-09-11 18:36:08 -07:00
github-actions
2931a5100e
Update prebuilt objects [skip actions]
2023-09-11 05:32:43 +00:00
philippe44
c148cd16ae
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into master-v4.3
2023-09-10 22:27:41 -07:00
philippe44
38fb90d179
pseudo-idle task requires more stack (cJSON) - release
2023-09-10 22:27:36 -07:00
github-actions
61ff6a8915
Update prebuilt objects [skip actions]
2023-09-10 05:15:25 +00:00
philippe44
ae2ad85dec
fix another ancient bug with sync start time (visible with AirPlay and SPDIF, but impacts all)
2023-09-09 15:57:58 -07:00
philippe44
a72f471c35
ancient AirPlay bug : passing thread context in mutex destroy
2023-09-08 22:35:06 -07:00
philippe44
d10d12a85b
ES8388 i2c addresses
2023-09-05 17:11:16 -07:00
philippe44
956392ebfd
remove i2s.c0
2023-09-05 11:51:36 -07:00
philippe44
926c567345
full i2s fix & loudness limited log
2023-09-04 16:06:49 -07:00
philippe44
0b077b5234
fix spdif+spotify stuttering and refactor stats => add pseudo_idle chained callbacks
2023-09-03 17:34:45 -07:00
philippe44
7c1a1081c4
as equalizer parameter change produced a small glitch, do not update these if volume has not changes
2023-09-01 21:44:54 -07:00
philippe44
c7e4d9711c
add addressable led on led API including green/red + make rmt properly shared accross services
2023-09-01 21:22:42 -07:00
philippe44
e09837158c
finalize esp32 vs esp32-s3 single sourceset
2023-08-31 21:26:27 -07:00
philippe44
067a1f2800
proposed way to handle loudness 0..10
2023-08-31 18:00:58 -07:00
philippe44
ad4d5db2f1
make some room in recovery
2023-08-30 23:47:25 -07:00
philippe44
55053d5941
fix spdif for s3 and remove one override
...
SPDIF on esp32 was partly incorrect due to word ordering and required i2s_hal override. This is not needed anymore as the "mistery" of SPDIF hack has been properly sorted out
2023-08-30 22:00:05 -07:00
philippe44
e9ccd8eef7
log consistency
2023-08-29 16:49:18 -07:00
philippe44
aa8554b722
remove some un-needed logs
2023-08-29 16:46:30 -07:00
philippe44
fd502a01d7
more esp32-s3 compatibility
2023-08-29 12:23:13 -07:00
philippe44
d1858c3cc3
make it compatible with idf 4.4
2023-08-29 12:09:15 -07:00
philippe44
809b55579f
add plugin and fix loudness = 0 disable equalizer
2023-08-28 18:59:17 -07:00
philippe44
85a3bf8836
add loudness (alpha)
2023-08-28 17:51:50 -07:00
philippe44
3df589d7ab
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into master-v4.3
2023-08-27 15:10:05 -07:00
philippe44
118462f5d7
logs of what IR cannot decode
2023-08-27 15:10:00 -07:00
wizmo2
ca7670f754
fix DAC config to add I2S (either 'I2S' or blank) ( #293 )
...
Co-authored-by: Wizmo2 <wizmo.home@tahoo.com >
2023-08-27 16:02:57 -04:00