Christian Herzog
8e3e2fdee8
rename 'System' to 'Firmware'
2019-10-08 21:00:27 +02:00
Christian Herzog
93f8560a74
sort entries in nvs editor
2019-10-08 20:43:29 +02:00
Christian Herzog
0996cad1ac
better credits
2019-10-08 20:42:39 +02:00
Christian Herzog
5c8f57a95c
only show message on real error
2019-10-06 15:26:24 +02:00
Christian Herzog
f3d87d6d11
fix setting autoexec1
2019-10-05 13:34:22 +02:00
Christian Herzog
5a29b84a1c
fix broken autoexec toggle
2019-10-05 12:51:11 +02:00
Christian Herzog
49d7e74c55
populate UI dhcp name from config.json
2019-10-05 12:34:56 +02:00
Christian Herzog
6014f115fa
damn typo
2019-10-05 12:17:44 +02:00
Christian Herzog
75c2061fea
UI input for dhcp host name
2019-10-05 11:42:45 +02:00
Christian Herzog
550b5fbf18
make UI more intuitive
2019-10-05 11:19:05 +02:00
Christian Herzog
ed18b4a8ce
color message popup
2019-10-05 10:44:59 +02:00
Christian Herzog
2f8d5759f4
send config as JSON
2019-10-04 18:43:56 +02:00
Sebastien
7629009084
Merge remote-tracking branch 'origin/Over_The_Air_Update' into nvs_parameters
2019-10-04 06:57:23 -04:00
Sebastien
d2f17f5b05
Update status.json message format: add severity
2019-10-03 23:27:28 -04:00
Sebastien
aa81f39712
Bug fix: rebooting to squeezelite now works
2019-10-03 22:45:46 -04:00
Sebastien
5cf92a40f7
Resolve heap memory issue on squeezelite commandline with quotes
2019-10-03 17:09:17 -04:00
Sebastien
24c473588a
bug fixes
2019-10-03 16:00:43 -04:00
Christian Herzog
56a6fd6e55
prevent duplicate messages
2019-10-03 21:57:41 +02:00
Christian Herzog
6255c5809f
proper error handling for all json posts
2019-10-03 21:20:56 +02:00
Christian Herzog
e2a6596cc2
error handling for autoexec1
2019-10-03 20:48:50 +02:00
Sebastien
39ab188e5d
Resolve Jenkins build issues
2019-10-03 14:40:24 -04:00
Sébastien
d99460f7e5
Merge pull request #8 from sle118/Over_The_Air_Update
...
Over the air update
2019-10-03 14:22:46 -04:00
Christian Herzog
2d7aef57ef
add FW search
2019-10-03 20:20:02 +02: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
Christian Herzog
dfb7169564
only show 7 FW entries by default
2019-10-03 19:34:42 +02:00
Sebastien
4ca8bf2e76
Jenkins build fix
2019-10-02 16:48:53 -04:00
Sebastien
ee0415dabf
Improve OTA speed, fix status JSON buffer overflow
2019-10-02 16:04:41 -04:00
Christian Herzog
c7ddbfbb4b
add message bubble
2019-10-02 20:20:57 +02:00
Christian Herzog
860c6c72de
Merge branch 'Over_The_Air_Update' of github.com:sle118/squeezelite-esp32 into Over_The_Air_Update
2019-10-02 18:36:13 +02:00
Christian Herzog
1547f89a4b
add emergency recovery/reboot button (no JS)
2019-10-02 18:36:06 +02:00
Sebastien
18f36b5433
Improve UI status handling during OTA
2019-10-02 12:16:10 -04:00
Christian Herzog
e63db087b6
nvs editor working
2019-10-01 22:13:24 +02:00
Christian Herzog
32ad9a6afa
Merge branch 'Over_The_Air_Update' of github.com:sle118/squeezelite-esp32 into Over_The_Air_Update
2019-10-01 19:17:22 +02:00
Christian Herzog
1c239e2b9f
color code recovery+sl in status bar
2019-10-01 19:07:45 +02:00
Sebastien
f3ae2f54a1
troubleshoot reboot-add traces to Wifi_Manager
2019-09-30 21:15:26 -04:00
Christian Herzog
f3dd6adaf3
start nvs editor
2019-09-30 22:41:25 +02:00
Sebastien
b3d1a33a7a
Major refactoring. OTA Works now (yes, yes... really works! )
2019-09-30 16:31:24 -04:00
Sebastien
4a79a39d3c
Major refactoring. OTA Works now (yes, yes... really works! )
2019-09-30 16:22:58 -04:00
Christian Herzog
5e6fc4d20c
show ota_dsc and block flash button while OTA is running
2019-09-30 20:21:20 +02:00
Sebastien
44ea1dd4a5
update sector size to 512 bytes for ota
2019-09-29 23:28:36 -04:00
Sebastien
0ab1cd438b
Full OTA refactor and other stability improvement
2019-09-29 21:12:02 -04:00
Christian Herzog
828aaf4760
reenable status when flashing
2019-09-29 22:01:54 +02:00
Christian Herzog
16519f4b70
progress bar text color
2019-09-29 21:58:00 +02:00
Christian Herzog
2edd11a92c
make changelog halfway readable
2019-09-29 21:45:55 +02:00
Christian Herzog
4c839c041a
show all releases again
2019-09-29 19:49:03 +02:00
Christian Herzog
8a7ad77e55
nice progress bar color
2019-09-29 19:46:38 +02:00
Christian Herzog
59c0b42b23
recovery now in status
2019-09-29 19:26:15 +02:00
Christian Herzog
fc08e7939b
Merge branch 'Over_The_Air_Update' of github.com:sle118/squeezelite-esp32 into Over_The_Air_Update
2019-09-29 19:13:56 +02:00
Christian Herzog
c7af04bbf6
disable status outside of recovery
2019-09-29 19:13:43 +02:00
Sebastien
17847a125c
More OTA changes, new build target
2019-09-28 23:11:32 -04:00