Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions variants/stm32/milesight_gs301/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ build_flags =
-DMESHTASTIC_EXCLUDE_I2C=1 # Analog ADuCM355 (unsupported) so no point building support for I2C in
-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
-DMESHTASTIC_EXCLUDE_AIR_QUALITY_SENSOR=1
build_unflags =
-DDEBUG_MUTE # We have space for debug output until sensor support is added
build_src_filter =
${stm32_base.build_src_filter}
+<../variants/stm32/milesight_gs301>
Expand Down
3 changes: 3 additions & 0 deletions variants/stm32/milesight_gs301/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
#define PIN_SERIAL1_RX NC
#define PIN_SERIAL1_TX PB6

// Bind the Serial module to Serial1; SerialModule defaults to Serial2, which the RAK3172 module lacks
#define SERIAL_PRINT_PORT 1

// LoRa
#define SX126X_DIO3_TCXO_VOLTAGE 3.0

Expand Down