mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 22:23:58 +00:00
rtl8720dn: add support for http.Get(), http.Post() and cookie
This commit is contained in:
@@ -2,6 +2,8 @@ package rtl8720dn
|
||||
|
||||
import "io"
|
||||
|
||||
const maxUartRecvSize = 128
|
||||
|
||||
type RTL8720DN struct {
|
||||
port io.ReadWriter
|
||||
seq uint64
|
||||
|
||||
Reference in New Issue
Block a user