Skip to content

Commit acab564

Browse files
committed
Add support for Nano RP2040 Connect
1 parent 91cba61 commit acab564

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/utility/SelfProvisioning/SelfProvisioning.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ char secret_id[] = SECRET_SECRET_ID;
3636
#elif defined(ARDUINO_SAMD_MKRWIFI1010)
3737
char board_type[] = "mkrwifi1010"; // MKR WiFi 1010
3838
char board_fqbn[] = "arduino:samd:mkrwifi1010"; // MKR WiFi 1010
39+
#elif defined(ARDUINO_NANO_RP2040_CONNECT)
40+
char board_type[] = "nanorp2040connect"; // Nano RP2040 Connect
41+
char board_fqbn[] = "arduino:mbed_nano:nanorp2040connect"; // Nano RP2040 Connect
3942
#else
4043
char board_type[] = "nonina"; // Not supported boards
4144
char board_fqbn[] = "";

0 commit comments

Comments
 (0)