1
0

Refactor BMP280 header inclusion and enhance MQ7 reading logic; update main loop to include GPS data retrieval and post request

This commit is contained in:
AlejandroJose2001
2025-04-24 17:04:08 +02:00
parent 9da30e9e79
commit 2e425a04f9
3 changed files with 31 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#include "BMP280.h"
#include "BMP280.hpp"
void BMP280_Init()