We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe0234d + 408ed54 commit 4e282a4Copy full SHA for 4e282a4
variants/wio-e5-dev/platformio.ini
@@ -7,6 +7,8 @@ build_flags = ${stm32_base.build_flags}
7
-D WRAPPER_CLASS=CustomSTM32WLxWrapper
8
-D SPI_INTERFACES_COUNT=0
9
-D RX_BOOSTED_GAIN=true
10
+ -D PIN_SERIAL_RX=PB7
11
+ -D PIN_SERIAL_TX=PB6
12
-I variants/wio-e5-dev
13
build_src_filter = ${stm32_base.build_src_filter}
14
+<../variants/wio-e5-dev>
variants/wio-e5-dev/variant.h
@@ -1,10 +1,5 @@
1
#pragma once
2
3
-// UART Definitions
4
-// #ifndef SERIAL_UART_INSTANCE
5
-// #define SERIAL_UART_INSTANCE 101
6
-// #endif
-
#include <variant_generic.h>
#undef RNG
0 commit comments