20180827_jeffrey - silenceuncrio/diary GitHub Wiki
早上睡過頭 請假 3.5 小時
commit 84904e7712343e30cc15037aacbb86f548d3afed
Refs: [release/v1.71]
Author: jeffrey <[email protected]>
Date: Mon Aug 27 13:19:44 2018 +0800
chnage "Channel ID" to "Frequency" at 'Status' web page
proscend/prosrc/www/brand_advice/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_ctcu/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_cxr/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_digicomm/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_hytec/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_nobrand/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_planet/app/feature/status.html.src | 4 ++--
proscend/prosrc/www/brand_xentino/app/feature/status.html.src | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)
寫 release note
發現 ariel 幫我寫了
- Reset by scheduling.
- Config Web Management port (http/https).
來寫 wiki 順便 update user manual
commit 9ca2f74e9663fc4f7e64056520567a3868f223f1
Refs: [release/v1.71], {origin/release/v1.71}
Author: jeffrey <[email protected]>
Date: Mon Aug 27 13:47:55 2018 +0800
change the title of 'Management / Web' web page
proscend/prosrc/www/app/locale-en.json | 2 +-
proscend/prosrc/www/app/locale-fr.json | 2 +-
proscend/prosrc/www/app/locale-zh-tw.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
兩篇 wiki 和 user manual draft 都準備好了
- Reset by scheduling
- Config Web Management port (http/https).
幫忙 jessy 把 SIERRA 模組的版本的一些未完成的 web page 隱藏起來
- LTE / GPS Config
- LTE / Usage Display
- LTE / SMS
- LTE / ENgineer Info
- LTE / DNS
直接修改 proscend/prosrc/www/src/menu.html.src
即可
之前有為了 SIERRA 模組的 compile flag 包了自己專屬的 LTE
的 web menu group
diff --git a/proscend/prosrc/www/src/menu.html.src b/proscend/prosrc/www/src/menu.html.src
index 3fbe611..84ad6c1 100644
--- a/proscend/prosrc/www/src/menu.html.src
+++ b/proscend/prosrc/www/src/menu.html.src
@@ -95,20 +95,7 @@
<div id="menu_lte" class="panel-collapse collapse">
<ul class="list-group">
<a href="#lteConfig" class="list-group-item">{{ 'MENU_LTE_CONFIG' | translate }}</a>
-#ifdef PROSRC_GNSS
- <a href="#lteGps" class="list-group-item">{{ 'MENU_LTE_GPS' | translate }}</a>
-#endif
-
-#ifdef PROSRC_2APN
- <a href="#dualSim_2apn" class="list-group-item">{{ 'MENU_LTE_DUAL_APN' | translate }}</a>
-#else
<a href="#dualSim" class="list-group-item">{{ 'MENU_LTE_DUAL_SIM' | translate }}</a>
- <a href="#usageDisplay" class="list-group-item">{{ 'MENU_LTE_USAGE_DISPLAY' | translate }}</a>
-#endif
-
- <a href="#sms" class="list-group-item">{{ 'MENU_LTE_SMS' | translate }}</a>
- <a href="#eng_info" class="list-group-item">{{ 'MENU_LTE_ENG_INFO' | translate }}</a>
- <a href="#dnsLte" class="list-group-item">{{ 'MENU_LTE_DNS' | translate }}</a>
</ul>
</div>
</div>
先直接刪掉
之後再參考 compile flag PROSRC_LTE
的 LTE
的 web menu group 加回來即可
commit d2b036db7bb51946193714d8632cdae9f674ac70
Refs: [release/v1.71], {origin/release/v1.71}
Author: jeffrey <[email protected]>
Date: Mon Aug 27 14:52:37 2018 +0800
remove some web page for compile flag SIERRA_SEL since these functions not implemented yet:
- MENU_LTE_GPS
- MENU_LTE_USAGE_DISPLAY
- MENU_LTE_SMS
- MENU_LTE_ENG_INFO
- MENU_LTE_DNS
proscend/prosrc/www/src/menu.html.src | 13 -------------
1 file changed, 13 deletions(-)
commit e9e36e81ff9ada19c4e6257812520f0af0e44d73
Refs: [release/v1.71], {origin/release/v1.71}
Author: jeffrey <[email protected]>
Date: Mon Aug 27 15:02:01 2018 +0800
add back the MENU_LTE_DNS function to LTE web menu group
proscend/prosrc/www/src/menu.html.src | 1 +
1 file changed, 1 insertion(+)
commit 09f4c2a65122ac83c1d9e080a07a411241759007
Refs: [release/v1.71], {origin/release/v1.71}
Author: jeffrey <[email protected]>
Date: Mon Aug 27 16:48:59 2018 +0800
remove the 'SMS' checkbox at 'Alam input' and 'Alarm output' attributes at 'Alarm' web page
proscend/prosrc/www/src/app/feature/alarm.html.src | 8 ++++++++
1 file changed, 8 insertions(+)
ariel 發現 Schedule Reboot
的 interval 不 work
commit 938f8e4b28858aec3d60f85feba4d5cc2b740637
Refs: [release/v1.71], {origin/release/v1.71}
Author: jeffrey <[email protected]>
Date: Mon Aug 27 18:05:09 2018 +0800
correct the behavior of 'Schedule Reboot'
proscend/prosrc/icos/icoslib/schedule_reboot/schedule_reboot.c | 2 +-
proscend/prosrc/icos/script/schedule_reboot.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)