Ron Evans
Ron Evans
The ESP8266 basically goes into the reboot loop under many circumstances and one in particular is when it does not have enough time to process all the WiFi data. I...
That is good news. Please update this issue with details once you get it working to your liking.
That is the expected Firmata response sent from the Arduino back to the caller. The exception is on the ESP8266 side or the Go side?
The upstream change appears to have been merged, so what needs to happen to this PR now?
@MikeJansen you possibly want the `-serial` flag: ``` -serial string which serial output to use (none, uart, usb) ``` Beware that this can have side effects like making it required...
The ESP32 i2c support just landed in `dev` branch https://github.com/tinygo-org/tinygo/pull/4259
@aykevl can you please resolve the merge conflicts in this PR? Thanks!
Thanks for adding/fixing this @aykevl now merging.
@dgryski can you please rebase against the latest `dev` so this branch can build using LLVM 18?
@dgryski please rebase against `dev` again and correct the merge conflict. > Merge with a note indicating the current incompatibilities but that we will update it to match upstream Go...