Etiquette, expectations, entitlement...@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
hackerror at 0expected e3a00032, got 0
/* change dialog refresh timer from 50ms to 8192ms */ uint32_t dialog_refresh_timer_addr = /* in StartDialogRefreshTimer */ cam_50d ? 0xffa84e00 : cam_5d2 ? 0xffaac640 : cam_5d3 ? 0xff4acda4 : cam_7d ? 0xFF345788 : cam_700d ? 0xFF52B53C : /* ... */
does the same happen with the original raw_rec?
I think this is the section of raw_rec.c, where we should add the addresses for orther cameras:Code: [Select]/* change dialog refresh timer from 50ms to 8192ms */ uint32_t dialog_refresh_timer_addr = /* in StartDialogRefreshTimer */ cam_50d ? 0xffa84e00 : cam_5d2 ? 0xffaac640 : cam_5d3 ? 0xff4acda4 : cam_7d ? 0xFF345788 : cam_700d ? 0xFF52B53C : /* ... */But how we should figure these addresses out for 550D, 650D and others?
Found it for 550D cam_550d ? 0xFF2FE5E4
can you make a pull request, so i can merge it from here? (not at home at the moment)