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

fix EvilPortal with board setups without SD #482

Closed

Conversation

tracedgod
Copy link
Contributor

Adds a check for the HAS_SD definition to the setHtml & setAP functions respectively.

Without these changes, compilation fails due to the configuration not having an sd_obj reference.

Looks to be similar / identical to #479, minus a new board configuration being added in that PR.

adds a check for the HAS_SD definition to the setHTML & setAP functions respectively. For the setHTML function, the changes will properly fall over to the setHTMLSerial function if the HAS_SD definition is not defined in the configs.h file.
@tracedgod
Copy link
Contributor Author

disregard this PR. Base branch does not match..

@tracedgod tracedgod closed this Feb 12, 2024
@tracedgod tracedgod deleted the evil-portal-nosd-fix branch February 12, 2024 05:30
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

Successfully merging this pull request may close these issues.

1 participant