File tree 17 files changed +17
-17
lines changed
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
Original file line number Diff line number Diff line change 5
5
//
6
6
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
7
7
8
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
8
+ //go:build ninafw || wioterminal
9
9
10
10
package main
11
11
Original file line number Diff line number Diff line change 17
17
// }
18
18
// ---------------------------------------------------------------------------
19
19
20
- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
20
+ //go:build ninafw || wioterminal
21
21
22
22
package main
23
23
Original file line number Diff line number Diff line change 6
6
// Note: It may be necessary to increase the stack size when using "net/http".
7
7
// Use the -stack-size=4KB command line option.
8
8
9
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
9
+ //go:build ninafw || wioterminal
10
10
11
11
package main
12
12
Original file line number Diff line number Diff line change 6
6
// Note: It may be necessary to increase the stack size when using
7
7
// "golang.org/x/net/websocket". Use the -stack-size=4KB command line option.
8
8
9
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
9
+ //go:build ninafw || wioterminal
10
10
11
11
package main
12
12
Original file line number Diff line number Diff line change 6
6
// Note: It may be necessary to increase the stack size when using
7
7
// "golang.org/x/net/websocket". Use the -stack-size=4KB command line option.
8
8
9
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
9
+ //go:build ninafw || wioterminal
10
10
11
11
package main
12
12
Original file line number Diff line number Diff line change 3
3
// Note: It may be necessary to increase the stack size when using "net/http".
4
4
// Use the -stack-size=4KB command line option.
5
5
6
- //go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal
6
+ //go:build ninafw || wioterminal
7
7
8
8
package main
9
9
Original file line number Diff line number Diff line change 1
- //go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || matrixportal_m4
1
+ //go:build ninafw && !arduino_mkrwifi1010
2
2
3
3
package probe
4
4
You can’t perform that action at this time.
0 commit comments