fw_configuration.cfg 435 B

12345678910111213141516171819
  1. //configuration
  2. CONFIG_XML = "config.xml";
  3. //default configuration file
  4. CONFIG_DEFAULT = "defcfg.bin";
  5. CONFIG_NEW = "usrcfg.bin";
  6. // tone file name extension
  7. TONE_FILE_KEY = "ACT, PCM, MP3";
  8. // config file name keyword, config file may in temp folder or in FW
  9. CFG_FILE_KEY = "CONFIG_NEW, CONFIG_EXT_NEW, CFG_MIC, CFG_AL_PARA";
  10. // OTA binary include file name
  11. OTA_FILE_KEY = "ota.xml, app.bin, mbrec.bin, param.bin";