mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed bugs and update readme
This commit is contained in:
@@ -187,6 +187,6 @@ void dump_userconf(){
|
||||
USB_sendstr("\nshuttertime="); USB_sendstr(u2str(the_conf.shutterrime));
|
||||
USB_sendstr("\nwaitingtime="); USB_sendstr(u2str(the_conf.waitingtime));
|
||||
USB_sendstr("\nshtrvmul="); USB_sendstr(u2str(the_conf.shtrVmul));
|
||||
USB_sendstr("\nshtrdiv="); USB_sendstr(u2str(the_conf.shtrVdiv));
|
||||
USB_sendstr("\nshtrvdiv="); USB_sendstr(u2str(the_conf.shtrVdiv));
|
||||
newline();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user