mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
change dallas
This commit is contained in:
@@ -228,9 +228,9 @@ void analog_reading2() {
|
||||
//=========================================Модуль температурного сенсора ds18b20===========================================================
|
||||
#ifdef DALLAS_ENABLED
|
||||
void dallas() {
|
||||
//String value_name = sCmd.next();
|
||||
String value_name = sCmd.next();
|
||||
String pin = sCmd.next();
|
||||
//String address = sCmd.next();
|
||||
String address = sCmd.next();
|
||||
String widget_name = sCmd.next();
|
||||
String page_name = sCmd.next();
|
||||
String type = sCmd.next();
|
||||
|
||||
Reference in New Issue
Block a user