We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 98 of ESP_PanelVersions.h contains
#elif ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR > ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH
I get a false compile warning "The file ESP_Panel_Board_Custom.h version is newer than the library".
Should VERSION_PATCH be VERSION_MINOR instead?
The text was updated successfully, but these errors were encountered:
Hi @arduinomnomnom,
You are right! It's a mistake and I will fix it now. Thank you for pointing out this issue!
Sorry, something went wrong.
603446d
No branches or pull requests
Line 98 of ESP_PanelVersions.h contains
#elif ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR > ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH
I get a false compile warning "The file ESP_Panel_Board_Custom.h version is newer than the library".
Should VERSION_PATCH be VERSION_MINOR instead?
The text was updated successfully, but these errors were encountered: