Hi all,
I tried to use csrf protocol following the link: CRSF Telemetry (TBS Crossfire Telemetry) | PX4 Guide (main)
and after running make px4_fmu-v6x_default
, there was a migration warning
[358/1205] Generating nuttx/arch/arm/src/libarch.a
chip/stm32_gpio.c:47:11: note: '#pragma message: CONFIG_STM32H7_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
47 | # pragma message "CONFIG_STM32H7_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
- What should I do with this warning?
After I have flashed into Flight controller board, opened Qgroundcontrol:
- Firmware version: 1.160alpha
- Cliking on power tab, it has shown that
Coud you let me know what I should do now? Did I do the right way?
Many thanks in advance.