1
0

Refactor GPS and MQ7 sensor implementations: update function signatures, improve initialization, and streamline data reading logic

This commit is contained in:
Jose
2025-05-07 04:14:39 +02:00
parent b2c7b7677b
commit 383202709e
7 changed files with 54 additions and 110 deletions

View File

@@ -15,7 +15,8 @@
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"system_error": "cpp"
"system_error": "cpp",
"cmath": "cpp"
},
"github.copilot.enable": {
"*": true,