mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
bug fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
//===========Firmware=============================================================================================================================================
|
||||
#define FIRMWARE_VERSION 270
|
||||
#define FIRMWARE_VERSION 271
|
||||
//#define FLASH_SIZE_1MB
|
||||
#ifdef ESP8266
|
||||
#define FIRMWARE_NAME "esp8266-iotm"
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
extern String getURL(const String& urls);
|
||||
extern const String getMethodName(AsyncWebServerRequest* request);
|
||||
extern const String getRequestInfo(AsyncWebServerRequest* request);
|
||||
extern void wifiSignalInit();
|
||||
@@ -12,3 +12,5 @@ boolean RouterFind(String ssid);
|
||||
|
||||
uint8_t RSSIquality();
|
||||
|
||||
extern void wifiSignalInit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user