Skip to content

Update #4

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

Closed
wants to merge 60 commits into from
Closed

Conversation

BenjaminDannegard
Copy link
Owner

No description provided.

paulvha and others added 30 commits November 27, 2024 10:03
This commit aims to change the logic of the parse function from
repeatedly calling a find on the buffer of incoming data to an approach
based on FSM for parsing a stream of chars
Arduino_FreeRTOS: automatically start loop
The AP configuration variable wasn't initialized, so the fields contained random data. Then, they were filled using memcpy() with the size of the data to copy, leaving the remainder of the fields containing random data. For example, the pwd variable containing the entered password was copied without null termination into the pwd field, and the rest of the pwd field contained random data. This caused connection failures depending on the content of the random data.
Initialize local variable for AP config
pennam and others added 29 commits November 28, 2024 11:11
…rduino#401)

* TextWithArduinoGraphics: add note about ArduinoGraphics dependency

Co-authored-by: Per Tillisch <[email protected]>
WiFiS3 ping add missing parameter
examples: uno r4 wifi fix print about required firmware version
  Use UART_EVEN_TX_COMPLETE to determine when flush() should return
Fix for Serial flush() returning before transmission has completed
Preferences: adding  missing return statement
This gives the chance for users to create new threads/queues in setup() without race conditions
…cumentation

Adding API documentation for the WiFiS3 library
Allow FreeRTOS hook for C33 only and improve its reliability
Add a missing linefeed with a println.
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.