Skip to content

Fix FastEPD component handling, fix CA bundle #10

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jonasschnelli
Copy link

  • Instead of including FastEPD.cpp into the sources directly, make use of the component system.
  • Use internal CA bundle to verify SSL similar to how browsers do it.

Signed-off-by: Jonas Schnelli <[email protected]>
Signed-off-by: Jonas Schnelli <[email protected]>
void app_main() {
epaper.initPanel(BB_PANEL_EPDIY_V7);
epaper.initPanel(BB_PANEL_V7_103);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We maybe want to remove that change.

Signed-off-by: Jonas Schnelli <[email protected]>
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