Skip to content

Commit 8593ab9

Browse files
committed
nicla_voice: update firmwares for BLExaDemo example
1 parent 2f8fd83 commit 8593ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/NDP/examples/BLExaDemo/BLExaDemo.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ void setup() {
5656
NDP.onError(ledRedBlink);
5757
NDP.onMatch(alertViaBLE);
5858
NDP.onEvent(ledGreenOn);
59-
NDP.begin("mcu_fw_120_v90.synpkg");
60-
NDP.load("dsp_firmware_v90.synpkg");
61-
NDP.load("alexa_334_NDP120_B0_v11_v90.synpkg");
59+
NDP.begin("mcu_fw_120_v91.synpkg");
60+
NDP.load("dsp_firmware_v91.synpkg");
61+
NDP.load("alexa_334_NDP120_B0_v11_v91.synpkg");
6262
NDP.turnOnMicrophone();
6363
NDP.interrupts();
6464

0 commit comments

Comments
 (0)