system.cfg
来自「基于USB接口的GPS应用程序」· CFG 代码 · 共 22 行
CFG
22 行
# This file is the config file for USBGPS program
# ALTCHANNELMAN indicate the method to allocate channel,
#yes means by manually, no means by alm file
ALTCHANNELMAN=no
#CHPRN indicate the 6 prn # for 6 channel allocated by manually method,
#this setting is valid only when ALTCHANNELMAN = yes
CHPRN=1,20,13,27,3,8
#ALMFILE indicate the default file path of almanac file
ALMFILE=.\yuma257.txt
#LONGITUDE, LATITUDE,ALTITUDE are the default current rough location
LONGITUDE=-117.326
LATITUDE=33.981
ALTITUDE=300
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?