https://bitbucket.org/hudson/magic-lantern
Revision ff52d1ab89125284d69777e79f2396db78b7aca0 authored by Giovanni Condello on 20 May 2013, 10:13:32 UTC, committed by Giovanni Condello on 20 May 2013, 10:13:32 UTC
1 parent 5cc5765
Raw File
Tip revision: ff52d1ab89125284d69777e79f2396db78b7aca0 authored by Giovanni Condello on 20 May 2013, 10:13:32 UTC
Disable AF_PATTERNS object for the 5D3 and the EOSM
Tip revision: ff52d1a
dumpcfg.lua
for k,v in pairs(configs()) do
  cprint(k)
  cprint(':')
  cprint(v)
  cprint("\n")
end
back to top