Cross-compilation cleanup for all platforms + bins

This commit is contained in:
2021-07-28 13:44:05 +03:00
parent aa827b8119
commit 256ca471fc
25 changed files with 38663 additions and 32414 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
#include <Arduino.h>
#ifndef MAX_JSON_CONF_SIZE
@@ -317,6 +318,6 @@
#endif
#if defined(NRF5)
#define PINS_COUNT NUM_DIGITAL_PINS
//#define PINS_COUNT NUM_DIGITAL_PINS
#define isAnalogPin(p) ((p >= 14) && (p<=21))
#endif