1
0

Replace BMP280 with BME280: remove BMP280 files and implement BME280 initialization and reading functions

This commit is contained in:
Jose
2025-04-25 19:54:28 +02:00
parent 25382c3396
commit 0c09fcd913
7 changed files with 38 additions and 51 deletions

View File

@@ -9,6 +9,6 @@
#include "RestClient.hpp"
#include "WifiConnection.hpp"
#include "MqttClient.hpp"
#include "BMP280.hpp"
#include "BME280.hpp"
uint32_t getChipID();