You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monitor:=flag.Bool("monitor", false, "enable serial monitor")
1637
1637
baudrate:=flag.Int("baudrate", 115200, "baudrate of serial monitor")
1638
+
gocompatibility:=flag.Bool("go-compatibility", true, "enable to check for Go versions compatibility, you can also configure this by setting the TINYGOGOCOMPATIBILITY environment variable")
1638
1639
1639
1640
// Internal flags, that are only intended for TinyGo development.
0 commit comments