#607
+ add lua functions for flash parameters (onboard flash memory, not light)
num=get_flash_params_count() -- num is the number of parameters
str,num=get_parameter_data(id) -- str is the parameter value as a lua string,
which may contain embedded NULLs or other non-printable characters. If the size of the flash parameter is 4 bytes or less, a second value is returned, containing the parameter value as a number if the parameter id is invalid, or the parameter size is 0, then nil is returned.
scripts/examples/paramdmp.lua contains an example
* added CAMERA_HAS_JOGDAIL for g7/g9/sx100is, and used it instead of checking individual camera defines
This will let you directly access the exposure counter, for example. However, parameter IDs are camera specific. Setting parameter values is not supported yet.