[other] #可以使用'#'号在行首屏蔽指定一行,';'号后为注释 mq_send_timeout = 100 ;消息队列发送超时时间,毫秒为单位,默认100毫秒 mq_recv_timeout = 3000 ;消息队列接收超时时间,毫秒为单位,默认3000毫秒 watch_dog_timeout = 4 ;看门狗超时,默认4秒 sys_init_timeout = 20 ;系统初始化准备超时时间,默认20秒 sys_uninit_timeout = 20 ;系统去初始化超时时间,需要考虑nand保存等耗时操作的时长,默认20秒 heart_beat_timeout = 60 ;心跳超时,默认为45秒 disable_heart_beat_check = 0 ;关闭心跳检查,默认为0 stop_watchdog = 1 ;关闭watchdog,默认为0 reset_board_timeout = 300 ;重启通讯板的超时时间,秒为单位,默认为300秒 key_keep_down_min=5000 ;按键按下等待多久才有效,单位是mS,默认为5000 requset_timestamp = 86400 ;请求平台时间间隔,单位秒,默认24小时 log_file = /app/gw_lora.log ;日志保存文件 [upgrade] term_upgrade_hold=3600 ;终端升级持续时间,单位是S,默认为30*60 term_upgrade_appoint=86400 ;终端预约升级时间,单位是S,默认为3600*24 term_upgrade_delay=20 ;升级预约时间到后,滞后多少时间开始,单位是S,默认为10 [lora] scan_rf_invter=3600 ;Lora搜网间隔,单位是S,默认为1*3600 rf_point_wait=1800 ;Lora搜网频点等待时间,单位是mS,默认为800 lora_rand_max=300 ;Lora发送随机延时最大值,单位是mS,默认为300 lora_rcv_timeout=400 ;Lora约定重发超时时间,单位是mS,默认为400 lora_rf_mode = 2 ;Lora总线的模式,0:debug,1:test,2:release,默认使2 [term] node_state_report=30 ;节点设备连接状态上报时间,单位是S,默认是30 node_autoremove=172800 ;节点设备自动删除时间,单位是S,默认2day node_offline_time_max=86400 ;节点设备掉线识别时间,单位是S,默认1day