Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW FEATURE] allow custom type and command enum on node_config.h and product_config.h #132

Open
nicolas-rabault opened this issue Dec 21, 2021 · 0 comments
Assignees

Comments

@nicolas-rabault
Copy link
Member

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 :

typedef enum
{
    MY_APPLICATION_TYPE = LUOS_LAST_TYPE,
    MY_SENSORAPP_TYPE
} ;

The product_config.h is included using -include ../product_config.h on the platformio.ini file that's why you don't have any luos related values.

We have to find a way to make it.

@nicolas-rabault nicolas-rabault self-assigned this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant