Merge pull request #2601 from openmv/update_fw_version

misc: Bump firmware version.
This commit is contained in:
Ibrahim Abdelkader 2025-02-09 13:19:10 +02:00 committed by GitHub
commit 3b1a367b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
*/ */
#define FIRMWARE_VERSION_MAJOR (4) #define FIRMWARE_VERSION_MAJOR (4)
#define FIRMWARE_VERSION_MINOR (6) #define FIRMWARE_VERSION_MINOR (6)
#define FIRMWARE_VERSION_PATCH (0) #define FIRMWARE_VERSION_PATCH (20)
#define USBDBG_BAUDRATE_SLOW (921600) #define USBDBG_BAUDRATE_SLOW (921600)
#define USBDBG_BAUDRATE_FAST (12000000) #define USBDBG_BAUDRATE_FAST (12000000)