mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-02 05:19:27 +03:00
@@ -3,6 +3,11 @@
|
||||
#include "Arduino.h"
|
||||
#include "MySensorsGate.h"
|
||||
|
||||
// временное решение
|
||||
unsigned long currentMillis;
|
||||
unsigned long prevMillis;
|
||||
unsigned long difference;
|
||||
|
||||
#ifdef MYSENSORS
|
||||
// callback библиотеки mysensors
|
||||
void receive(const MyMessage& message) {
|
||||
|
||||
Reference in New Issue
Block a user