RAKWireless / RAK-STM32-RUI

RUI3 BSP for RAK3172 modules
Other
24 stars 15 forks source link

Macro `str_` conflicts with third party libraries #10

Closed bblanchon closed 8 months ago

bblanchon commented 11 months ago

https://github.com/RAKWireless/RAK-STM32-RUI/blob/cb8b6bd97b418c77f908e3a987b9f81d7c457733/cores/STM32WLE/component/service/mode/cli/atcmd_queue.h#L21

This macro conflicts with ArduinoJson (https://github.com/bblanchon/ArduinoJson/issues/1978).

Please use a naming convention that doesn't clash with standard C++ practices. For example, use ALL_CAPS, as recommended in the Core Guidelines.

beegee-tokyo commented 8 months ago

Fixed. RUI3 is now ArduinoJSON compatible