You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the documentation, product-related definition and enums should be put on a product_config.h .
But if I want to create and maintain my product App type list with the Luos offset or a custom command list, this will not work because I need to include luos_list.h first.
As described in the documentation, product-related definition and enums should be put on a
product_config.h
.But if I want to create and maintain my product App type list with the Luos offset or a custom command list, this will not work because I need to include luos_list.h first.
example :
The product_config.h is included using
-include ../product_config.h
on theplatformio.ini file
that's why you don't have any luos related values.We have to find a way to make it.
The text was updated successfully, but these errors were encountered: