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

Add Pico2W variant including Wifi support. #6062

Merged
merged 189 commits into from
Feb 20, 2025
Merged

Conversation

Mictronics
Copy link
Contributor

  • Enable Wifi client on Pico2W.
  • Use correct processor on Pico2 for bsec2 library.
  • Fix deprecated warning.
  • Update platform and framework for RP2350.
  • Added Pico2W variant including Wifi support.

Mictronics and others added 30 commits January 4, 2024 10:27
@Mictronics Mictronics marked this pull request as draft February 15, 2025 12:39
@Mictronics Mictronics marked this pull request as ready for review February 15, 2025 12:49
@vidplace7
Copy link
Member

#14 117.1 In file included from src/mesh/InterfacesTemplates.cpp:7:
#14 117.1 src/mesh/api/ServerAPI.cpp: In instantiation of 'int32_t APIServerPort<T, U>::runOnce() [with T = WiFiServerAPI; U = WiFiServer; int32_t = int]':
#14 117.1 src/mesh/InterfacesTemplates.cpp:37:16:   required from here
#14 117.1    37 | template class APIServerPort<WiFiServerAPI, WiFiServer>;
#14 117.1       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#14 117.1 src/mesh/api/ServerAPI.cpp:55:28: error: 'accept' is not a member of 'WiFiServer'
#14 117.1    55 |     auto client = U::accept();
#14 117.2       |                   ~~~~~~~~~^~

Causing native (linux) builds to fail to compile :'(

Copy link
Member

@caveman99 caveman99 left a comment

Choose a reason for hiding this comment

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

This is good to go once you resolve the MQTT conflict. Seems something has changed in include handling since you forked.

arch/rp2xx0/rp2350.ini Outdated Show resolved Hide resolved
@caveman99 caveman99 merged commit 9930bba into meshtastic:master Feb 20, 2025
51 checks passed
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.

6 participants