Component creation, best practices.
Posted: Fri Oct 25, 2024 12:00 am
I'm planning to advertise a component that I created, but I'm a bit concerned because I've only tested it with ESP-IDF 5.1.1, and I encountered errors when trying to run it on ESP-IDF 5.2.x. My question is: what steps should I follow to ensure this component works across all versions, for example, > ESP-IDF 4.4? Do I need to test each version individually, or is there a standard approach to achieve this?