This commit is contained in:
e2002
2023-06-02 14:01:01 +03:00
parent aba29fcf16
commit 942bc1cf74
3 changed files with 5 additions and 2 deletions

View File

@@ -66,8 +66,8 @@ class NetServer {
#if IR_PIN!=255
void irToWs(const char* protocol, uint64_t irvalue);
void irValsToWs();
void resetQueue();
#endif
void resetQueue();
private:
requestType_e request;
QueueHandle_t nsQueue;

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.235"
#define YOVERSION "0.9.236"
/*******************************************************
DO NOT EDIT THIS FILE.