platformid         80 core/conf.c        if (conf.platformid != PLATFORMID) // the following config entries will be resetted if you switch the camera using the same cfg
platformid         85 core/conf.c            conf.platformid = PLATFORMID;
platformid        379 core/conf.c        CONF_INFO(  1, conf.platformid,                             CONF_DEF_VALUE, i:PLATFORMID),
platformid        245 include/conf.h     int platformid;
platformid        369 lib/ubasic/ubasic.c     r = conf.platformid;
platformid         80 modules/dbg_dump.c         pb->h.platform_id = conf.platformid;
platformid        810 modules/file_shelter.c     if (conf.platformid > 0x3222) { // r47+
platformid       1862 modules/luascript.c   set_number_field( L,"platformid", conf.platformid );
platformid        442 modules/module_load.c     if (mod_info->chdk_required_platfid && (mod_info->chdk_required_platfid != (uint32_t)conf.platformid))