Add tlmConfirm to tlm_dl ota packet-structure (#2991)
[ExpressLRS.git] / src / platformio.ini
blob1ca142fd2bf95d7f7c050484b59475dacee7cdd2
1 ; ExpressLRS PlatformIO Project Configuration File
3 [platformio]
4 extra_configs =
5 # keep common first
6 targets/common.ini
7 targets/unified.ini
9 # ------------------------- TARGET ENV DEFINITIONS -----------------
11 [env:native]
12 platform = native
13 framework =
14 test_ignore = test_embedded
15 lib_ignore = BUTTON, DAC, LQCALC, LBT, SPIEx, PWM, WIFI, TCPSOCKET, LR1121Driver
16 build_src_filter = ${common_env_data.build_src_filter} -<ESP32*.*> -<ESP8*.*> -<tx_*.cpp> -<rx_*.cpp> -<common.*> -<config.*>
17 build_flags =
18 -std=c++11
19 -Iinclude
20 -D PROGMEM=""
21 -D UNIT_TEST=1
22 -D TARGET_NATIVE
23 -D CRSF_RX_MODULE
24 -D CRSF_TX_MODULE