mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
252 added delete function in items list
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
//=================Firmeare=================
|
||||
#define FIRMWARE_NAME "esp8266-iotm"
|
||||
#define FIRMWARE_VERSION 251
|
||||
#define FIRMWARE_VERSION 252
|
||||
#define FLASH_4MB true
|
||||
|
||||
//=================System===================
|
||||
@@ -87,6 +87,8 @@ enum notAsincActions {
|
||||
do_MQTTUDP,
|
||||
do_BUSSCAN,
|
||||
do_MQTTPARAMSCHANGED,
|
||||
do_deviceInit,
|
||||
do_delChoosingItems,
|
||||
do_LAST,
|
||||
};
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
#include <Arduino.h>
|
||||
#include "Global.h"
|
||||
|
||||
extern void itemsListInit();
|
||||
extern void addItem(String name);
|
||||
extern void delChoosingItems();
|
||||
extern void delAllItems();
|
||||
extern uint8_t getNewElementNumber(String file);
|
||||
extern uint8_t getFreePinAll();
|
||||
|
||||
Reference in New Issue
Block a user