rtl8720dn: add support for http.Get(), http.Post() and cookie

This commit is contained in:
sago35
2021-07-14 22:46:24 +09:00
committed by Ron Evans
parent 633f19c4ac
commit 2537c69b0f
15 changed files with 1997 additions and 175 deletions
+2
View File
@@ -2,6 +2,8 @@ package rtl8720dn
import "io"
const maxUartRecvSize = 128
type RTL8720DN struct {
port io.ReadWriter
seq uint64