save some implementation

This commit is contained in:
2025-04-22 14:27:07 +02:00
parent 35a11734e2
commit 9104869ecf
27 changed files with 1789 additions and 1734 deletions

15
.vscode/settings.json vendored
View File

@@ -1,6 +1,6 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/bruno/esp/v5.4.1/esp-idf",
"idf.espIdfPath": "/home/bruno/esp/master/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
@@ -29,6 +29,17 @@
"esp_mac.h": "c",
"gpio.h": "c",
"chrono": "c",
"cstdint": "c"
"cstdint": "c",
"task.h": "c",
"compare": "c",
"uart_struct.h": "c",
"uart.h": "c",
"gpio_num.h": "c",
"mcp3550.h": "c",
"esp_timer.h": "c",
"math.h": "c",
"esp_check.h": "c",
"radio.h": "c",
"sx1262.h": "c"
}
}