File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
api_simple_networking_test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111#include "signpost_api.h"
1212
13- static const uint8_t random_i2c_address = 0x50 ;
13+ static const uint8_t random_i2c_address = 0x40 ;
1414
1515int main (void ) {
1616 printf ("\n\n[Test] API: Energy\n" );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ int main (void) {
2424 //
2525 // Initializations for the rest of the signpost
2626 do {
27- rc = signpost_initialization_module_init (0x28 , NULL );
27+ rc = signpost_initialization_module_init (0x29 , NULL );
2828 if (rc < 0 ) {
2929 printf (" - Error initializing module (code: %d). Sleeping 5s.\n" , rc );
3030 delay_ms (5000 );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ int main (void) {
2424 //
2525 // Initializations for the rest of the signpost
2626 do {
27- rc = signpost_initialization_module_init (0x28 , NULL );
27+ rc = signpost_initialization_module_init (0x27 , NULL );
2828 if (rc < 0 ) {
2929 printf (" - Error initializing module (code: %d). Sleeping 5s.\n" , rc );
3030 delay_ms (5000 );
You can’t perform that action at this time.
0 commit comments