mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 18:47:40 +00:00
commit
fc5e80a5cc
@ -87,7 +87,7 @@ uint8_t rtc_found;
|
|||||||
|
|
||||||
// Keystore Chips
|
// Keystore Chips
|
||||||
uint8_t keystore_found;
|
uint8_t keystore_found;
|
||||||
#ifndef ARCH_PORTDUINO
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
||||||
ATECCX08A atecc;
|
ATECCX08A atecc;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ class XModemAdapter
|
|||||||
|
|
||||||
uint16_t packetno = 0;
|
uint16_t packetno = 0;
|
||||||
|
|
||||||
#ifdef ARCH_NRF52
|
#if defined(ARCH_NRF52)
|
||||||
File file = File(FSCom);
|
File file = File(FSCom);
|
||||||
#else
|
#else
|
||||||
File file;
|
File file;
|
||||||
|
@ -136,7 +136,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
|||||||
|
|
||||||
// Controls power for the eink display - Board power is enabled either by VBUS from USB or the CPU asserting PWR_ON
|
// Controls power for the eink display - Board power is enabled either by VBUS from USB or the CPU asserting PWR_ON
|
||||||
// FIXME - I think this is actually just the board power enable - it enables power to the CPU also
|
// FIXME - I think this is actually just the board power enable - it enables power to the CPU also
|
||||||
//#define PIN_EINK_PWR_ON (-1)
|
// #define PIN_EINK_PWR_ON (-1)
|
||||||
|
|
||||||
// #define USE_EINK
|
// #define USE_EINK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user