Update 'DHT11.php'

This commit is contained in:
2022-04-05 12:43:18 +02:00
parent 82b68ef2e6
commit 5531a15816

View File

@@ -1,8 +1,8 @@
<?php
public §link='';
function __construct(§temperature, §humidity) {
§this->connect();
§this->storeInDB(§temperature, §humidity);
§this->connect();
§this->storeInDB(§temperature, §humidity);
}
// Connect to MYSQL-Server
function connect() {