update
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -5,7 +5,7 @@
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32s3-builtin.cfg"
|
||||
],
|
||||
"idf.port": "/dev/ttyUSB1",
|
||||
"idf.port": "/dev/ttyUSB0",
|
||||
"idf.toolsPath": "/home/bruno/.espressif",
|
||||
"idf.customExtraVars": {
|
||||
"OPENOCD_SCRIPTS": "/home/bruno/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
|
||||
@@ -21,7 +21,8 @@
|
||||
"string_view": "c",
|
||||
"span": "c",
|
||||
"esp_timer.h": "c",
|
||||
"sx1262.h": "c"
|
||||
"sx1262.h": "c",
|
||||
"uart.h": "c"
|
||||
},
|
||||
"idf.flashBaudRate": "921600",
|
||||
"idf.monitorBaudRate": "921600",
|
||||
|
@@ -24,7 +24,7 @@ typedef struct __attribute__((packed))
|
||||
char syncPhrase[10];
|
||||
uint32_t packetIndex;
|
||||
uint8_t packetType;
|
||||
uint32_t missionTimer;
|
||||
uint64_t missionTimer;
|
||||
uint32_t CRCCheck;
|
||||
} DownBoundPacket;
|
||||
|
||||
|
Reference in New Issue
Block a user