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

Wifi-subsys: Delete build warnings from icmp and recover https erased element #221

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

CW-75
Copy link
Collaborator

@CW-75 CW-75 commented Apr 6, 2022

Contribution description

Implementation of some casting to fix some warning when it's build the protocols software, it's about all sectors of icmp, where was passing by nvs a value uint8_t to uint32_t pointer-variable, another warning was about manual_ping callback param, This function has the proposite is pass a function as parameter, so the callback_t solve this pointer, it's not necessary make a pointer param to get a function... These changes also resolves the previously conflict where a little part of https was erased,

Testing procedure

move to wifi-subsys/test directory and then run:

idf.py build -D "TEST_COMPONENTS=protocols" flash monitor

Issues/PRs references

Fixes #195

@github-actions github-actions bot added the Area: wifi-subsys It is related to some subsystem label Apr 6, 2022
@CW-75 CW-75 added this to the 0.22.06 milestone Apr 6, 2022
@CW-75 CW-75 changed the title Wifi-subsys: Delete build warnings from icmp and https erased element Wifi-subsys: Delete build warnings from icmp and recover https erased element Apr 6, 2022
@CW-75 CW-75 self-assigned this Apr 6, 2022
@CW-75 CW-75 merged commit 0b18bfd into Mesh4all:main Apr 13, 2022
@CW-75 CW-75 deleted the icmp_update branch April 13, 2022 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: wifi-subsys It is related to some subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wifi-subsystem: Reviews and test some components, gives updates
2 participants