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 c9492d9 commit 59b5f66Copy full SHA for 59b5f66
examples/Inkplate5V2/Diagnostics/Inkplate5V2_Factory_Programming_VCOM/test.cpp
@@ -7,8 +7,7 @@ const char *WSSID = {"Soldered-testingPurposes"};
7
const char *WPASS = {"Testing443"};
8
9
// Change this to your used slave device
10
-const uint8_t easyCDeviceAddresss = 0x30;
11
-const uint8_t easyCDeviceAddress = 0x76;
+const uint8_t easyCDeviceAddress = 0x30;
12
13
void testPeripheral()
14
{
0 commit comments