Skip to content

Conversation

@ViezeVingertjes
Copy link
Contributor

@ViezeVingertjes ViezeVingertjes commented Oct 20, 2025

And its alive...! Works like champ so far, does require a external programmer though, like the J-Link (cheap clone works fine) or a Raspberry PI. Probably not the most beginner friendly kit, but its pretty cheap.

https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html

@ViezeVingertjes ViezeVingertjes force-pushed the feat/wio-wm1110-variant branch from 3cbee29 to ec05d40 Compare October 20, 2025 19:41
@ViezeVingertjes ViezeVingertjes marked this pull request as ready for review October 20, 2025 19:44
void stop() override {}
void loop() override {}
bool isEnabled() override { return false; }
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

If LocationProvider is not supported, you can put -U ENV_INCLUDE_GPS in the .ini file

Copy link
Collaborator

Choose a reason for hiding this comment

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

Or you can set that to zero, eg. -D ENV_INCLUDE_GPS=0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good one; it does have GPS but i did not find out how to implement it at the time so it was stubbed. But it works just fine without. 5088444

@ripplebiz ripplebiz merged commit 228b073 into meshcore-dev:dev Oct 31, 2025
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.

2 participants