fixed bugs and update readme

This commit is contained in:
2023-12-08 11:35:56 +03:00
parent 33e4eb9e6a
commit e7c206102d
6 changed files with 38 additions and 15 deletions

View File

@@ -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();
}