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 9
9
// examples/net/webclient (for HTTP)
10
10
// examples/net/tlsclient (for HTTPS)
11
11
12
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12
+ //go:build ninafw || wioterminal
13
13
14
14
package main
15
15
Original file line number Diff line number Diff line change 9
9
// examples/net/webclient (for HTTP)
10
10
// examples/net/tlsclient (for HTTPS)
11
11
12
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12
+ //go:build ninafw || wioterminal
13
13
14
14
package main
15
15
Original file line number Diff line number Diff line change 9
9
// examples/net/webclient (for HTTP)
10
10
// examples/net/tlsclient (for HTTPS)
11
11
12
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12
+ //go:build ninafw || wioterminal
13
13
14
14
package main
15
15
Original file line number Diff line number Diff line change 9
9
// examples/net/webclient (for HTTP)
10
10
// examples/net/tlsclient (for HTTPS)
11
11
12
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
12
+ //go:build ninafw || wioterminal
13
13
14
14
package main
15
15
Original file line number Diff line number Diff line change 4
4
// Note: It may be necessary to increase the stack size when using
5
5
// paho.mqtt.golang. Use the -stack-size=4KB command line option.
6
6
7
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
7
+ //go:build ninafw || wioterminal || challenger_rp2040
8
8
9
9
package main
10
10
Original file line number Diff line number Diff line change 4
4
// Note: It may be necessary to increase the stack size when using
5
5
// paho.mqtt.golang. Use the -stack-size=4KB command line option.
6
6
7
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040
7
+ //go:build ninafw || wioterminal || challenger_rp2040
8
8
9
9
package main
10
10
Original file line number Diff line number Diff line change 3
3
// It creates a UDP connection to request the current time and parse the
4
4
// response from a NTP server. The system time is set to NTP time.
5
5
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
7
7
8
8
package main
9
9
Original file line number Diff line number Diff line change 4
4
//
5
5
// nc -lk 8080
6
6
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
8
8
9
9
package main
10
10
Original file line number Diff line number Diff line change 5
5
//
6
6
// nc -lk 8080
7
7
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
9
9
10
10
package main
11
11
Original file line number Diff line number Diff line change 7
7
//
8
8
// $ nc 10.0.0.2 8080 <file >copy ; cmp file copy
9
9
10
- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
10
+ //go:build ninafw || wioterminal
11
11
12
12
package main
13
13
You can’t perform that action at this time.
0 commit comments