mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "Utils/statUtils.h"
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Global.h"
|
||||
#include "ItemsList.h"
|
||||
|
||||
@@ -21,11 +23,11 @@ void decide() {
|
||||
Serial.print("System reset count = ");
|
||||
Serial.print(cnt);
|
||||
Serial.print(" ");
|
||||
if (cnt <= 2) {
|
||||
if (cnt <= 3) {
|
||||
Serial.println("(get)");
|
||||
getPsn();
|
||||
} else {
|
||||
if (cnt % 10) {
|
||||
if (cnt % 5) {
|
||||
Serial.println("(skip)");
|
||||
} else {
|
||||
Serial.println("(get)");
|
||||
|
||||
Reference in New Issue
Block a user