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

🚩PR: Web build now can use WebSerial API to use physical grid modules #726

Merged
merged 5 commits into from
May 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ModulConnectionDialog.svelte
  • Loading branch information
SukuWc authored May 24, 2024
commit 96c64eec729ab567c6c4fecc892fd5d4fd121fb4
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Enable module connection by enabling Grid Editor to access USB!
</span>
<span class="text-gray-500 text-sm"
>(Only supported in Google Chrome)</span
>(Only supported in Edge, Opera and Google Chrome)</span
>
</div>
<div class="flex flex-col gap-2 mt-4">
Expand Down
Loading