Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric authored Aug 22, 2024
1 parent c9492d9 commit 59b5f66
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const char *WSSID = {"Soldered-testingPurposes"};
const char *WPASS = {"Testing443"};

// Change this to your used slave device
const uint8_t easyCDeviceAddresss = 0x30;
const uint8_t easyCDeviceAddress = 0x76;
const uint8_t easyCDeviceAddress = 0x30;

void testPeripheral()
{
Expand Down

0 comments on commit 59b5f66

Please sign in to comment.