mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Update TemperatureDataLogger and Webserver projects to the latest FATFS library version.
This commit is contained in:
@@ -226,9 +226,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString =
|
||||
*/
|
||||
USB_Descriptor_String_t PROGMEM ProductString =
|
||||
{
|
||||
.Header = {.Size = USB_STRING_LEN(10), .Type = DTYPE_String},
|
||||
.Header = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},
|
||||
|
||||
.UnicodeString = L"Datalogger"
|
||||
.UnicodeString = L"Temperature Datalogger"
|
||||
};
|
||||
|
||||
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
|
||||
|
||||
Reference in New Issue
Block a user