Merge pull request #2172 from meshtastic/stm32wl-wip

Stm32wl wip
This commit is contained in:
Ben Meadors 2023-01-21 20:29:36 -06:00 committed by GitHub
commit fc5e80a5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ uint8_t rtc_found;
// Keystore Chips
uint8_t keystore_found;
#ifndef ARCH_PORTDUINO
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
ATECCX08A atecc;
#endif

View File

@ -58,7 +58,7 @@ class XModemAdapter
uint16_t packetno = 0;
#ifdef ARCH_NRF52
#if defined(ARCH_NRF52)
File file = File(FSCom);
#else
File file;