We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8fd83 commit 8593ab9Copy full SHA for 8593ab9
libraries/NDP/examples/BLExaDemo/BLExaDemo.ino
@@ -56,9 +56,9 @@ void setup() {
56
NDP.onError(ledRedBlink);
57
NDP.onMatch(alertViaBLE);
58
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");
+ NDP.begin("mcu_fw_120_v91.synpkg");
+ NDP.load("dsp_firmware_v91.synpkg");
+ NDP.load("alexa_334_NDP120_B0_v11_v91.synpkg");
62
NDP.turnOnMicrophone();
63
NDP.interrupts();
64
0 commit comments