20190502_jeffrey - silenceuncrio/diary GitHub Wiki

0925

areil 葨瀺 issue 506 要ε„ͺε…ˆθ§£ζ±Ί M300 2.0 要重新 release

0000506: M30TG, save the new password compelete via setup wizard but it can't activy

build δΈ€η‰ˆ M300 ζœ€ζ–°ηš„ branch release/v2.0 with profile M300/1_GPS

1120

commit f31ac7f2b67f6297c5ca98bcb594719e7cd4f61f
Refs: [release/v2.00], {origin/release/v2.00}
Author: jeffrey <[email protected]>
Date:   Thu May 2 11:17:06 2019 +0800

    solve issue 0000506: M30TG, save the new password compelete via setup wizard but it can't activy

    setting wizard actually apply multi-module continuously,

    some module need reboot, some not and some will effect the http(s) connection(ex. change lan ip address)

    so the best solution is not to use `ICOS_Apply` but use `ICOS_SetSetting`

    then each module will apply the setting after reboot

    this problem is due to `ICOS_SetSetting(MODULE_SYSTEM, 0, 0, &_config, sizeof(_config))` is not working

    so we change back to `ICOS_Apply(MODULE_SYSTEM, 0, 0, &_config, sizeof(_config))`

 proscend/prosrc/www/app/feature/wizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1135

john ηš„ M330 εˆζœ‰ UI ζ–°ιœ€ζ±‚

1350

commit b7b425796a4bea3e403ac37776f38bc319f30ee7
Refs: [release/v0.02], {origin/release/v0.02}
Author: jeffrey <[email protected]>
Date:   Thu May 2 13:50:27 2019 +0800

    add 'WAN/LAN2 Port Function' field at 'System > Ethernet Ports' web page
    also add hint at 'WAN > Priority' page

 proscend/prosrc/webcgi/switch.c                  |  8 +++++++
 proscend/prosrc/www/app/feature/switch.html      | 27 ++++++++++++++++++++++++
 proscend/prosrc/www/app/feature/wanPriority.html | 13 ++++++++++++
 proscend/prosrc/www/app/locale-en.json           |  9 ++++++++
 proscend/prosrc/www/app/locale-fr.json           |  9 ++++++++
 proscend/prosrc/www/app/locale-zh-tw.json        |  9 ++++++++
 6 files changed, 75 insertions(+)

1355

ηœ‹εˆ° M330 ηš„ issue - 0000461: user can't apply anything in "Time and Date"

commit f0996c59ebc9f94f4893d9989c5eef0bf4b1d576
Refs: [release/v0.02], {origin/release/v0.02}
Author: jeffrey <[email protected]>
Date:   Thu May 2 13:58:57 2019 +0800

    fix issue - 0000461: user can't apply anything in "Time and Date"

 proscend/prosrc/www/app/feature/timeAndDate.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)