Loading…
Loading…
方法名称: factory_settings
方法ID: 0x412D
方法标签: Factory Settings
方法描述: Resetting the EEPROM changes all of the special and user parameters to default values.
- {
- char disp_string[60];
- int dslen;
- int prev_reset_cmd;
- int reset_choice;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- dslen = 60;
- prev_reset_cmd = _ivar_value(16565);
- _get_dictionary_string(19726337,disp_string,dslen);
- ACKNOWLEDGE(disp_string);
- _add_abort_method(4118);
- reset_choice = SELECT_FROM_LIST(literal_string(374),literal_string(375));
- if (reset_choice == 1)
- _iassign(16565,11);
- else
请登录以获得完整内容