makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / targets / diy_ble_joystick.ini
blob2ac3e8a0afadae35ed1a6c68d4cca61a6e883c8c
2 # ********************************
3 # DIY BLE Joystick target
4 # ********************************
6 [env:DIY_BLE_JOYSTICK_via_UART]
7 extends = env_common_esp32, radio_2400
8 build_flags =
9 -DUSE_BLE_JOYSTICK
10 ${env_common_esp32.build_flags}
11 ${common_env_data.build_flags_tx}
12 ${radio_2400.build_flags}
13 -include target/DIY_2400_TX_ESP32_SX1280_E28.h
14 -D VTABLES_IN_FLASH=1
15 -O2
16 src_filter = ${env_common_esp32.src_filter} -<rx_*.cpp>
17 lib_deps =
18 ${env_common_esp32.lib_deps}
19 olikraus/U8g2@^2.28.8