2 # ********************************
3 # DIY BLE Joystick target
4 # ********************************
6 [env:DIY_BLE_JOYSTICK_via_UART]
7 extends = env_common_esp32, radio_2400
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
16 src_filter = ${env_common_esp32.src_filter} -<rx_*.cpp>
18 $
{env_common_esp32.lib_deps
}