tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
599 stars 188 forks source link

wifinina: remove stale comment...code is reached #465

Closed scottfeldman closed 1 year ago

scottfeldman commented 1 year ago

main() calls sendBatch() in a loop, and each time sendBatch() does finish and close the connection, so remove the stale comment.

scottfeldman commented 1 year ago

I screwed up and pushed an unrelated change to this PR, so deleting this PR and starting over.