Skip to content

few ideas #1044

Answered by pschatzmann
josef2600 asked this question in Q&A
Nov 9, 2023 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

That's not correct: The Arduino loop runs on core 1 and all the networking is running on core 0.
checkMemory is only executed (added to the code) when USE_CHECK_MEMORY is set to true: By default this is off.

URL_STREAM_CORE is only used by URLStreamBuffered which is usually not needed because the regular implementation is fast enough and I therefore do not even have any examples for it.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@josef2600
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
3 replies
@pschatzmann
Comment options

@pschatzmann
Comment options

@josef2600
Comment options

Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants