mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
commit
8e8257adf3
@ -1,9 +1,12 @@
|
|||||||
#include "CryptoEngine.h"
|
#include "CryptoEngine.h"
|
||||||
#include "target_specific.h"
|
#include "target_specific.h"
|
||||||
#include "PortduinoGPIO.h"
|
#include "PortduinoGPIO.h"
|
||||||
#include <Utility.h>
|
#include "mesh/RF95Interface.h"
|
||||||
#include "sleep.h"
|
#include "sleep.h"
|
||||||
|
|
||||||
|
#include <Utility.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
// FIXME - move getMacAddr/setBluetoothEnable into a HALPlatform class
|
// FIXME - move getMacAddr/setBluetoothEnable into a HALPlatform class
|
||||||
|
|
||||||
uint32_t hwId; // fixme move into portduino
|
uint32_t hwId; // fixme move into portduino
|
||||||
@ -37,9 +40,6 @@ CryptoEngine *crypto = new CryptoEngine();
|
|||||||
|
|
||||||
void updateBatteryLevel(uint8_t level) NOT_IMPLEMENTED("updateBatteryLevel");
|
void updateBatteryLevel(uint8_t level) NOT_IMPLEMENTED("updateBatteryLevel");
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include "mesh/RF95Interface.h"
|
|
||||||
|
|
||||||
/** Dear pinetab hardware geeks!
|
/** Dear pinetab hardware geeks!
|
||||||
*
|
*
|
||||||
* The current pinetab lora module has a slight bug. The ch341 part only provides ISR assertions on edges.
|
* The current pinetab lora module has a slight bug. The ch341 part only provides ISR assertions on edges.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 1
|
minor = 1
|
||||||
build = 30
|
build = 31
|
||||||
|
Loading…
Reference in New Issue
Block a user