Merge pull request #8 from DmitryBorisenko33/platformio

Test of pull request
This commit is contained in:
Dmitry Borisenko
2020-06-20 01:09:12 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -216,9 +216,9 @@ void analog_reading2() {
//=========================================Модуль температурного сенсора ds18b20===========================================================
#ifdef dallas_enable
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();

View File

@@ -1,5 +1,4 @@
#include "Global.h"
void initUpgrade() {
#ifdef ESP8266
if (WiFi.status() == WL_CONNECTED) last_version = getURL("http://91.204.228.124:1100/update/esp8266/version.txt");