Skip to content

ESPHost library - make the example work #227

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

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

JAndrassy
Copy link
Contributor

ESPHost library - make the example work and remove unnecessary dependency to LwipWrapper library and its dependencies.

without the CNetIf.h include only the ESPHost library is used with the example.

with the unnecessary #include "CNetIf.h" it compiles the LwipWrapper library and all its dependencies

Using library ESPhost at version 1.0.0 in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/ESPhost 
Using library lwIpWrapper at version 1.0.0 in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/lwIpWrapper 
Using library Ethernet at version 1.0.0 in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/Ethernet 
Using library SSLClient at version 1.1 in folder: /home/duro/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/SSLClient 
Using library SE05X at version 0.0.1 in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/SE05X 
Using library BlockDevices in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/BlockDevices (legacy)
Using library FATFilesystem in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/FATFilesystem (legacy)
Using library Storage in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/Storage (legacy)
Using library Wire in folder: /home/juraj/.arduino15/packages/arduino/hardware/renesas_portenta/1.0.5/libraries/Wire (legacy)

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Dec 29, 2023
and remove unnecessary dependency to LwipWrapper library and its
dependencies
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@aentinger aentinger merged commit 13ae45a into arduino:main Jan 8, 2024
@JAndrassy JAndrassy deleted the esphost_fix_example branch January 8, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants