]> git.zerfleddert.de Git - hmcfgusb/commitdiff
change default speed, fix getopt
authorMichael Gernoth <michael@gernoth.net>
Wed, 5 Mar 2014 00:36:41 +0000 (01:36 +0100)
committerMichael Gernoth <michael@gernoth.net>
Wed, 5 Mar 2014 00:36:41 +0000 (01:36 +0100)
culfw.h
flash-ota.c

diff --git a/culfw.h b/culfw.h
index c0b0aed4743b8a0a91803c7ac0b0338793065acc..8f644334e60a1f3847a5dde646c1fe99652411e7 100644 (file)
--- a/culfw.h
+++ b/culfw.h
@@ -21,7 +21,7 @@
  * IN THE SOFTWARE.
  */
 
-#define DEFAULT_CUL_BPS        19200
+#define DEFAULT_CUL_BPS        38400
 
 typedef int (*culfw_cb_fn)(uint8_t *buf, int buf_len, void *data);
 
index ea2bcad9b3c503d15a0690a8baea64c10c15c0b4..2b6e75e053d4ed890eec07be2857a054d9cbc8e8 100644 (file)
@@ -329,7 +329,7 @@ int main(int argc, char **argv)
 
        printf("HomeMatic OTA flasher version " VERSION "\n\n");
 
-       while((opt = getopt(argc, argv, "f:s:c:s:h")) != -1) {
+       while((opt = getopt(argc, argv, "b:c:f:hs:")) != -1) {
                switch (opt) {
                        case 'b':
                                bps = atoi(optarg);
Impressum, Datenschutz