From b3ba557b8bcc90795c88ebaefa7409d667a813a5 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 2 Jan 2021 14:14:59 +0800 Subject: [PATCH 1/2] cleanup portuino --- src/portduino/PortduinoGlue.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/portduino/PortduinoGlue.cpp b/src/portduino/PortduinoGlue.cpp index 00513843..6af00666 100644 --- a/src/portduino/PortduinoGlue.cpp +++ b/src/portduino/PortduinoGlue.cpp @@ -1,9 +1,12 @@ #include "CryptoEngine.h" #include "target_specific.h" #include "PortduinoGPIO.h" -#include +#include "mesh/RF95Interface.h" #include "sleep.h" +#include +#include + // FIXME - move getMacAddr/setBluetoothEnable into a HALPlatform class uint32_t hwId; // fixme move into portduino @@ -37,9 +40,6 @@ CryptoEngine *crypto = new CryptoEngine(); void updateBatteryLevel(uint8_t level) NOT_IMPLEMENTED("updateBatteryLevel"); -#include -#include "mesh/RF95Interface.h" - /** Dear pinetab hardware geeks! * * The current pinetab lora module has a slight bug. The ch341 part only provides ISR assertions on edges. From e627725dfcc9b870ee07f0fe77cc7558bd431e6d Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 2 Jan 2021 14:15:07 +0800 Subject: [PATCH 2/2] 1.1.31 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index dc155e20..79a74c10 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 1 -build = 30 +build = 31