Commit Graph

630 Commits

Author SHA1 Message Date
Christian Herzog 11f2b0a563 fix test css/js 2020-02-16 16:59:32 +01:00
Sebastien 8c3a52d40c added ability to upload new firmware from the browser. 2020-02-14 13:33:50 -05:00
Sébastien 6c24926b2f Updated submodules cloning instructions 2020-02-14 12:32:36 -05:00
Sebastien 69120bb4de increase http header max length to 1024 bytes
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
from
CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
2020-02-13 16:39:14 -05:00
Sebastien b80faf911a fine tuning of httpd implementation 2020-02-13 16:22:51 -05:00
Sebastien fb2e1884f5 Merge remote-tracking branch 'origin/master' into httpd 2020-02-13 08:32:48 -05:00
Sebastien 4c16e2c871 Fix Typo in i2c command to set display 2020-02-12 21:26:11 -05:00
Sebastien c5c5835acc add new command to erase wifi manager's config - release
command: nvs_erase_wifi_manager
2020-02-12 18:14:33 -05:00
Sebastien 1d803af331 Merge remote-tracking branch 'origin/master' into httpd
Conflicts:
	components/services/monitor.c
	components/telnet/telnet.c
	components/telnet/telnet.h
2020-02-12 18:03:22 -05:00
Sebastien 1af1fd1639 refactoring, improvements and bug fixes for telnet 2020-02-12 17:52:45 -05:00
philippe44 6b9a1420bf 32 pixel height display bug 2020-02-11 21:49:43 -08:00
philippe44 64710a7341 Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-02-11 14:43:20 -08:00
philippe44 ff7b7f0846 Player sends its resolution to LMS + SPI speed settable 2020-02-11 14:31:17 -08:00
philippe44 39f7ca7d60 Update README.md 2020-02-11 14:11:32 -08:00
philippe44 dd7b4a0fb4 Automatic screen with update from player 2020-02-11 12:43:04 -08:00
philippe44 4cdbec5127 Update README.md 2020-02-10 23:55:14 -08:00
philippe44 4f4ebea0e5 Update README.md 2020-02-10 23:53:58 -08:00
philippe44 f9beccfb51 Update README.md 2020-02-10 20:48:54 -08:00
philippe44 3e8f61c0df Update README.md 2020-02-10 20:48:21 -08:00
philippe44 23fed62e28 Update README.md 2020-02-10 20:47:32 -08:00
philippe44 26c9a9e897 Verify that SPI works with SH1106 2020-02-10 20:44:50 -08:00
Sebastien 730b6d38a5 HTTPd WIP 2020-02-10 19:17:16 -05:00
philippe44 55e0efdb4a Update README.md 2020-02-10 13:19:46 -08:00
philippe44 a47812bb5d Update README.md 2020-02-09 14:33:26 -08:00
philippe44 c4b0168370 auto-detect DAC 2020-02-09 14:22:35 -08:00
philippe44 90d52dabaf More refactoring
last compile dependency on DAC
2020-02-09 13:29:30 -08:00
philippe44 5bee512a85 Update README.md 2020-02-09 12:11:32 -08:00
philippe44 64fcc0edec More refactoring
- Display is a separated entity
- Make battery configuration consistent with others
- Led config part of led.c
- Jack config moved to monitor.c
2020-02-09 11:36:58 -08:00
philippe44 0cb807b023 Remove un-needed defaults 2020-02-09 00:31:42 -08:00
philippe44 e790b5720e Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-02-09 00:27:51 -08:00
philippe44 cfae996fd3 Refactoring
- Add SPI display
- Add SSD1326 (not fully tested)
- Remove all but one dependecies to HW (#define)
- Cleanup KProjectBuild
- Update .defaults
2020-02-09 00:25:50 -08:00
philippe44 f4c3dd1e6e Update README.md 2020-02-08 23:55:42 -08:00
philippe44 0c27235cb4 Update README.md 2020-02-08 15:13:58 -08:00
philippe44 9b3d5dbfa7 Update README.md 2020-02-08 15:13:25 -08:00
philippe44 f2920675f8 config file clean-up 2020-02-07 10:19:57 -08:00
Sebastien fdbb24962a Merge remote-tracking branch 'origin/master' into httpd
Conflicts:
	Makefile
2020-02-07 12:53:33 -05:00
Sebastien e51604dd3d more tweak 2020-02-07 12:51:54 -05:00
Sebastien 7c37a0cb1a tweaking JTAG debugging on Windows 2020-02-07 12:50:37 -05:00
philippe44 131b07cc0a Update README.md 2020-02-06 17:08:00 -08:00
philippe44 68ae8d060a Update README.md 2020-02-06 17:06:46 -08:00
philippe44 808804f306 rotary pressed mistake 2020-02-06 16:55:07 -08:00
philippe44 4d68121111 ac101 tweaks 2020-02-06 16:33:41 -08:00
sebastien 4963579e20 telnet refactor 2020-02-06 13:08:21 -05:00
sebastien 46007853c7 Merge remote-tracking branch 'origin/master' into httpd 2020-02-06 06:44:51 -05:00
philippe44 96cfd8e27d clean AC101 driver a bit (still a lot to do) 2020-02-05 23:52:39 -08:00
philippe44 49de63ba9a A1S config filename 2020-02-05 18:51:25 -08:00
philippe44 2ec55f0969 basic I2S compile 2020-02-05 18:32:34 -08:00
sebastien 74f99e9ee7 Merge remote-tracking branch 'origin/master' into httpd 2020-02-05 21:20:16 -05:00
philippe44 f9da2d2d0f DAC external instead of null 2020-02-05 18:17:05 -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