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

Create Udp.h to fix Ethernet Lib issue #230

Merged
merged 1 commit into from
May 21, 2024
Merged

Create Udp.h to fix Ethernet Lib issue #230

merged 1 commit into from
May 21, 2024

Conversation

designer2k2
Copy link
Contributor

Description of Change

This brings the Udp.h from Arduino to ambd

Source: https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/Udp.h

(this exact file is also used on ESP32/Teensy and other cores:
https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/Udp.h
https://github.com/PaulStoffregen/cores/blob/master/teensy4/Udp.h
)

Tests and Environments

To be tested with Ethernet shield, for example: https://docs.arduino.cc/tutorials/ethernet-shield-rev2/web-server/

Remark related links

Fixes: #229

@M-ichae-l M-ichae-l merged commit ee86343 into Ameba-AIoT:dev May 21, 2024
10 checks passed
@designer2k2 designer2k2 deleted the patch-1 branch May 21, 2024 16:46
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.

UDP.h is missing in core
2 participants