mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 14:39:00 +00:00
wifinina: only add generated strings when using wifidebug tag
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build wifidebug
|
||||||
|
|
||||||
// Code generated by "stringer -type=CommandType -trimprefix=Cmd"; DO NOT EDIT.
|
// Code generated by "stringer -type=CommandType -trimprefix=Cmd"; DO NOT EDIT.
|
||||||
|
|
||||||
package wifinina
|
package wifinina
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build wifidebug
|
||||||
|
|
||||||
// Code generated by "stringer -type=ConnectionStatus -trimprefix=Status"; DO NOT EDIT.
|
// Code generated by "stringer -type=ConnectionStatus -trimprefix=Status"; DO NOT EDIT.
|
||||||
|
|
||||||
package wifinina
|
package wifinina
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build wifidebug
|
||||||
|
|
||||||
// Code generated by "stringer -type=EncryptionType -trimprefix=EncType"; DO NOT EDIT.
|
// Code generated by "stringer -type=EncryptionType -trimprefix=EncType"; DO NOT EDIT.
|
||||||
|
|
||||||
package wifinina
|
package wifinina
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build wifidebug
|
||||||
|
|
||||||
// Code generated by "stringer -type=TCPState -trimprefix=TCPState"; DO NOT EDIT.
|
// Code generated by "stringer -type=TCPState -trimprefix=TCPState"; DO NOT EDIT.
|
||||||
|
|
||||||
package wifinina
|
package wifinina
|
||||||
|
|||||||
Reference in New Issue
Block a user