mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
bme 280 support
This commit is contained in:
@@ -35,7 +35,10 @@ void cmd_init() {
|
||||
|
||||
sCmd.addCommand("dht-temp", dhtTemp);
|
||||
sCmd.addCommand("dht-hum", dhtHum);
|
||||
|
||||
|
||||
sCmd.addCommand("bme280-temp", bme280Temp);
|
||||
sCmd.addCommand("bme280-hum", bme280Hum);
|
||||
sCmd.addCommand("bme280-press", bme280Press);
|
||||
|
||||
handle_time_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user