Add USE_SX1262 flag to multiple platformio.ini configurations

This commit is contained in:
João Brázio
2026-03-16 09:34:12 +00:00
parent 3e7fb4add1
commit 75895895f0
40 changed files with 42 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ build_flags =
${sensor_base.build_flags}
-I variants/heltec_v4
-D HELTEC_LORA_V4
-D USE_SX1262
-D ESP32_CPU_FREQ=80
-D RADIO_CLASS=CustomSX1262
-D WRAPPER_CLASS=CustomSX1262Wrapper