This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 21 files changed +149
-86
lines changed
ConnectWithWPA2Enterprise Expand file tree Collapse file tree 21 files changed +149
-86
lines changed Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
Original file line number Diff line number Diff line change 29
29
#ifndef defines_h
30
30
#define defines_h
31
31
32
- #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
32
+ #if ( defined(ARDUINO_SAMD_ZERO ) || defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) \
33
33
|| defined(ARDUINO_SAMD_NANO_33_IOT ) || defined(ARDUINO_SAMD_MKRFox1200 ) || defined(ARDUINO_SAMD_MKRWAN1300 ) || defined(ARDUINO_SAMD_MKRWAN1310 ) \
34
- || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) || defined(__SAMD21G18A__ ) \
35
- || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD21E18A__ ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) || defined(__SAMD51J19A__ ) \
36
- || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) || defined(__SAMD21G18A__ ) )
34
+ || defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_SAMD_MKRVIDOR4000 ) \
35
+ || defined(ARDUINO_SAMD_CIRCUITPLAYGROUND_EXPRESS ) || defined(__SAMD51__ ) || defined(__SAMD51J20A__ ) \
36
+ || defined(__SAMD51J19A__ ) || defined(__SAMD51G19A__ ) || defined(__SAMD51P19A__ ) \
37
+ || defined(__SAMD21E15A__ ) || defined(__SAMD21E16A__ ) || defined(__SAMD21E17A__ ) || defined(__SAMD21E18A__ ) \
38
+ || defined(__SAMD21G15A__ ) || defined(__SAMD21G16A__ ) || defined(__SAMD21G17A__ ) || defined(__SAMD21G18A__ ) \
39
+ || defined(__SAMD21J15A__ ) || defined(__SAMD21J16A__ ) || defined(__SAMD21J17A__ ) || defined(__SAMD21J18A__ ) )
37
40
#if defined(WIFININA_USE_SAMD )
38
41
#undef WIFININA_USE_SAMD
39
42
#endif
You can’t perform that action at this time.
0 commit comments