Added INPUT_PULLUP support and let analog write use full PWM range

This commit is contained in:
ZodiusInfuser
2021-03-22 16:52:06 +00:00
parent f2a0e601b2
commit d0074840ab
7 changed files with 15 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
#include "Arduino.h"
const char FIRMWARE_VERSION[6] = "1.7.1";
const char FIRMWARE_VERSION[6] = "1.7.2";
// Optional, user-defined X.509 certificate
char CERT_BUF[1300];