Explorar o código

Update for release

Michael McMaster %!s(int64=4) %!d(string=hai) anos
pai
achega
7dad748a67
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      lib/SCSI2SD/CHANGELOG
  2. 1 1
      lib/SCSI2SD/src/firmware/config.c

+ 1 - 1
lib/SCSI2SD/CHANGELOG

@@ -1,4 +1,4 @@
-2021xxxx        6.4.x
+20210810        6.4.12
     - Fix USB disconnect issue when no SD card is installed.
 
 20210628        6.4.11

+ 1 - 1
lib/SCSI2SD/src/firmware/config.c

@@ -36,7 +36,7 @@
 
 #include <string.h>
 
-static const uint16_t FIRMWARE_VERSION = 0x064B;
+static const uint16_t FIRMWARE_VERSION = 0x064C;
 
 // Optional static config
 extern uint8_t* __fixed_config;