File tree 7 files changed +47
-6
lines changed
WiFiSimpleReceiveCallback
7 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 59
59
platforms : |
60
60
- name: arduino:mbed_nicla
61
61
libraries : " "
62
+ - fqbn : arduino:mbed_opta:opta
63
+ platforms : |
64
+ - name: arduino:mbed_opta
65
+ libraries : " "
62
66
- fqbn : arduino:mbed_giga:giga
63
67
platforms : |
64
68
- name: arduino:mbed_giga
69
+ libraries : " "
70
+ - fqbn : arduino:renesas_portenta:portenta_c33
71
+ platforms : |
72
+ - name: arduino:renesas_portenta
73
+ libraries : " "
74
+ - fqbn : arduino:renesas_uno:unor4wifi
75
+ platforms : |
76
+ - name: arduino:renesas_uno
77
+ libraries : " "
78
+ - fqbn : arduino:esp32:nano_nora
79
+ platforms : |
80
+ - name: arduino:esp32
81
+ libraries : " "
65
82
- fqbn : esp8266:esp8266:huzzah
66
83
platforms : |
67
84
- name: esp8266:esp8266
Original file line number Diff line number Diff line change 22
22
#include < WiFi101.h>
23
23
#elif defined(ARDUINO_ARCH_ESP8266)
24
24
#include < ESP8266WiFi.h>
25
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
25
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
26
26
#include < WiFi.h>
27
+ #elif defined(ARDUINO_PORTENTA_C33)
28
+ #include < WiFiC3.h>
29
+ #elif defined(ARDUINO_UNOR4_WIFI)
30
+ #include < WiFiS3.h>
27
31
#endif
28
32
29
33
#include " arduino_secrets.h"
Original file line number Diff line number Diff line change 18
18
#include < WiFi101.h>
19
19
#elif defined(ARDUINO_ARCH_ESP8266)
20
20
#include < ESP8266WiFi.h>
21
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
21
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
22
22
#include < WiFi.h>
23
+ #elif defined(ARDUINO_PORTENTA_C33)
24
+ #include < WiFiC3.h>
25
+ #elif defined(ARDUINO_UNOR4_WIFI)
26
+ #include < WiFiS3.h>
23
27
#endif
24
28
25
29
#include " arduino_secrets.h"
Original file line number Diff line number Diff line change 19
19
#include < WiFi101.h>
20
20
#elif defined(ARDUINO_ARCH_ESP8266)
21
21
#include < ESP8266WiFi.h>
22
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
22
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
23
23
#include < WiFi.h>
24
+ #elif defined(ARDUINO_PORTENTA_C33)
25
+ #include < WiFiC3.h>
26
+ #elif defined(ARDUINO_UNOR4_WIFI)
27
+ #include < WiFiS3.h>
24
28
#endif
25
29
26
30
#include " arduino_secrets.h"
Original file line number Diff line number Diff line change 17
17
#include < WiFi101.h>
18
18
#elif defined(ARDUINO_ARCH_ESP8266)
19
19
#include < ESP8266WiFi.h>
20
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
20
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
21
21
#include < WiFi.h>
22
+ #elif defined(ARDUINO_PORTENTA_C33)
23
+ #include < WiFiC3.h>
24
+ #elif defined(ARDUINO_UNOR4_WIFI)
25
+ #include < WiFiS3.h>
22
26
#endif
23
27
24
28
#include " arduino_secrets.h"
Original file line number Diff line number Diff line change 18
18
#include < WiFi101.h>
19
19
#elif defined(ARDUINO_ARCH_ESP8266)
20
20
#include < ESP8266WiFi.h>
21
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
21
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
22
22
#include < WiFi.h>
23
+ #elif defined(ARDUINO_PORTENTA_C33)
24
+ #include < WiFiC3.h>
25
+ #elif defined(ARDUINO_UNOR4_WIFI)
26
+ #include < WiFiS3.h>
23
27
#endif
24
28
25
29
#include " arduino_secrets.h"
Original file line number Diff line number Diff line change 17
17
#include < WiFi101.h>
18
18
#elif defined(ARDUINO_ARCH_ESP8266)
19
19
#include < ESP8266WiFi.h>
20
- #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA)
20
+ #elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_GIGA) || defined(ARDUINO_OPTA)
21
21
#include < WiFi.h>
22
+ #elif defined(ARDUINO_PORTENTA_C33)
23
+ #include < WiFiC3.h>
24
+ #elif defined(ARDUINO_UNOR4_WIFI)
25
+ #include < WiFiS3.h>
22
26
#endif
23
27
24
28
#include " arduino_secrets.h"
You can’t perform that action at this time.
0 commit comments