We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192c70 commit ec59215Copy full SHA for ec59215
UNOR4USBBridge/DAP.h
@@ -45,7 +45,7 @@ class DAPHIDDevice: public USBHIDDevice {
45
}
46
47
uint16_t _onGetFeature(uint8_t report_id, uint8_t* buffer, uint16_t len) {
48
- buffer[0] = FIRMWARE_MAYOR;
+ buffer[0] = FIRMWARE_MAJOR;
49
buffer[1] = FIRMWARE_MINOR;
50
buffer[2] = FIRMWARE_PATCH;
51
return 3;
UNOR4USBBridge/at_handler.h
@@ -16,7 +16,7 @@
16
#define MAX_UDP_AVAILABLE 4
17
18
#define ESP_FW_VERSION "0.4.1"
19
-#define FIRMWARE_MAYOR 0
+#define FIRMWARE_MAJOR 0
20
#define FIRMWARE_MINOR 4
21
#define FIRMWARE_PATCH 1
22
0 commit comments