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 bf5b039 commit 0d2de97Copy full SHA for 0d2de97
CompostaUSBBridge/DAP.h
@@ -6,9 +6,7 @@ extern "C" {
6
#include "freedap.h"
7
}
8
9
-#define FIRMWARE_MAYOR 0
10
-#define FIRMWARE_MINOR 0
11
-#define FIRMWARE_PATCH 1
+#include "at_handler.h"
12
13
extern USBHID HID;
14
CompostaUSBBridge/at_handler.h
@@ -15,6 +15,9 @@
15
#define MAX_UDP_AVAILABLE 4
16
17
#define ESP_FW_VERSION "0.1.0"
18
+#define FIRMWARE_MAYOR 0
19
+#define FIRMWARE_MINOR 1
20
+#define FIRMWARE_PATCH 0
21
22
using namespace SudoMaker;
23
0 commit comments