File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 99// examples/net/webclient (for HTTP)
1010// examples/net/tlsclient (for HTTPS)
1111
12- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12+ //go:build ninafw || wioterminal
1313
1414package main
1515
Original file line number Diff line number Diff line change 99// examples/net/webclient (for HTTP)
1010// examples/net/tlsclient (for HTTPS)
1111
12- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12+ //go:build ninafw || wioterminal
1313
1414package main
1515
Original file line number Diff line number Diff line change 99// examples/net/webclient (for HTTP)
1010// examples/net/tlsclient (for HTTPS)
1111
12- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12+ //go:build ninafw || wioterminal
1313
1414package main
1515
Original file line number Diff line number Diff line change 99// examples/net/webclient (for HTTP)
1010// examples/net/tlsclient (for HTTPS)
1111
12- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12+ //go:build ninafw || wioterminal
1313
1414package main
1515
Original file line number Diff line number Diff line change 44// Note: It may be necessary to increase the stack size when using
55// paho.mqtt.golang. Use the -stack-size=4KB command line option.
66
7- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
7+ //go:build ninafw || wioterminal || challenger_rp2040
88
99package main
1010
Original file line number Diff line number Diff line change 44// Note: It may be necessary to increase the stack size when using
55// paho.mqtt.golang. Use the -stack-size=4KB command line option.
66
7- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
7+ //go:build ninafw || wioterminal || challenger_rp2040
88
99package main
1010
Original file line number Diff line number Diff line change 33// It creates a UDP connection to request the current time and parse the
44// response from a NTP server. The system time is set to NTP time.
55
6- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
6+ //go:build ninafw || wioterminal || challenger_rp2040
77
88package main
99
Original file line number Diff line number Diff line change 44//
55// nc -lk 8080
66
7- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
7+ //go:build ninafw || wioterminal || challenger_rp2040
88
99package main
1010
Original file line number Diff line number Diff line change 55//
66// nc -lk 8080
77
8- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 || pico
8+ //go:build ninafw || wioterminal || challenger_rp2040 || pico
99
1010package main
1111
Original file line number Diff line number Diff line change 77//
88// $ nc 10.0.0.2 8080 <file >copy ; cmp file copy
99
10- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
10+ //go:build ninafw || wioterminal
1111
1212package main
1313
You can’t perform that action at this time.
0 commit comments