-
I'm using drivers/examples/wifinina/tcpclient/main.go example on Arduino Nano33 IoT.
I'm seeing AP connect fail 50% of the time. In fact, it seems to toggle between pass and fail. Usually, after …
-
It appears to have become no longer readable after the following changes
https://github.com/tinygo-org/tinygo/pull/3492
If enableCache() is commented out, the correct values can still be read in 0…
-
In GitLab by @andriid on May 16, 2023, 17:00
Fix merge conflict in main
-
In GitLab by @willand on May 4, 2023, 13:59
# Bug
Remove conflicting parts of code from WIOTerminal.ino, created from !32.
-
In GitLab by @andriid on May 16, 2023, 17:20
_Merges 63-fix-merge-conflict-in-main-wioterminal-ino -> main_
Fixed merge conflicts in main
Closes #63
-
While playing around with tingo+tinyfont on my adafruit clue, I wanted to create a bounding box(aka label in higher level general purpose gui programming) around a string so as to refresh the text by …
-
In GitLab by @willand on May 21, 2023, 14:09
Going back through each file removing any unnecessary code and making sure all parts of the code is well commented and following good principles.
Furthe…
-
I'm making a project with the [Adafruit Matrix Portal](https://www.adafruit.com/product/4745) board (which has an ATSAMD51J19 processor) to control a HUB75 LED panel. My animation was running at about…
-
In GitLab by @vasilena on May 4, 2023, 14:05
_Merges 48-fix-merge-conflict-in-main -> main_
# Which bug does this MR address?
Fixes #2
Resolved the conflicts within WIOTerminal.ino
See !32
[Clos…
-
In GitLab by @vasilena on Apr 28, 2023, 16:50
_Merges 41-fix-commenting-naming-inconsistencies -> main_
## What does this MR do?
Changed the main loop in 'WIOTerminal.ino' to not use 'delay()', as …