File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ void loop() {
4949 float res;
5050 if (!Bridge.call (" multiply" , 1.0 , 2.0 ).result (res)) {
5151 Serial.println (" Error calling method: multiply" );
52- Serial.println (Bridge.get_error_code ());
53- Serial.println (Bridge.get_error_message ());
5452 };
5553
5654 // Call with deferred response check
@@ -61,8 +59,8 @@ void loop() {
6159 Serial.print (" Result of the operation is: " );
6260 Serial.println (res);
6361 } else {
64- Serial.println (Bridge. get_error_code () );
65- Serial.println (Bridge. get_error_message () );
62+ Serial.println (outcome. error . code );
63+ Serial.println (outcome. error . traceback );
6664 }
6765
6866 Bridge.notify (" signal" , 200 );
Original file line number Diff line number Diff line change 1111 "url" : " https://github.com/bcmi-labs/Arduino_RouterBridge" ,
1212 "maintainer" : true
1313 },
14- "version" : " 0.2.1 " ,
14+ "version" : " 0.2.2 " ,
1515 "license" : " MPL2.0" ,
1616 "frameworks" : " arduino" ,
1717 "platforms" : " *" ,
Original file line number Diff line number Diff line change 11name =Arduino_RouterBridge
2- version =0.2.1
2+ version =0.2.2
33author =BCMI-labs
44maintainer =BCMI-labs
55sentence =A RPC bridge for Arduino UNO Q boards
You can’t perform that action at this time.
0 commit comments