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 05e08e0 commit 4c76b90Copy full SHA for 4c76b90
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
@@ -15,7 +15,7 @@
15
#define MAX_UDP_AVAILABLE 4
16
17
#define ESP_FW_VERSION "0.4.1"
18
-#define FIRMWARE_MAYOR 0
+#define FIRMWARE_MAJOR 0
19
#define FIRMWARE_MINOR 4
20
#define FIRMWARE_PATCH 1
21
0 commit comments