Skip to content

Commit 59b5f66

Browse files
authored
Update test.cpp
1 parent c9492d9 commit 59b5f66

File tree

1 file changed

+1
-2
lines changed
  • examples/Inkplate5V2/Diagnostics/Inkplate5V2_Factory_Programming_VCOM

1 file changed

+1
-2
lines changed

examples/Inkplate5V2/Diagnostics/Inkplate5V2_Factory_Programming_VCOM/test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const char *WSSID = {"Soldered-testingPurposes"};
77
const char *WPASS = {"Testing443"};
88

99
// Change this to your used slave device
10-
const uint8_t easyCDeviceAddresss = 0x30;
11-
const uint8_t easyCDeviceAddress = 0x76;
10+
const uint8_t easyCDeviceAddress = 0x30;
1211

1312
void testPeripheral()
1413
{

0 commit comments

Comments
 (0)