turned on diagnostics.
This commit is contained in:
parent
b0a0dab82e
commit
5aba3f3649
2 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.
|
|||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.BOARD_NAME/value=Arduino Due (Native USB Port)
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.COM_PORT/delimiter=\:
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.COM_PORT/operation=replace
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.COM_PORT/value=/dev/ttyACM1
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.COM_PORT/value=/dev/ttyACM0
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.EXTRA.C.COMPILE/delimiter=\:
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.EXTRA.C.COMPILE/operation=replace
|
||||
environment/project/it.baeyens.arduino.core.toolChain.release.1832049082/JANTJE.EXTRA.C.COMPILE/value=
|
||||
|
|
4
Move.cpp
4
Move.cpp
|
@ -218,7 +218,7 @@ void Move::Spin()
|
|||
void Move::Diagnostics()
|
||||
{
|
||||
platform->Message(HOST_MESSAGE, "Move Diagnostics:\n");
|
||||
/* if(active)
|
||||
if(active)
|
||||
platform->Message(HOST_MESSAGE, " active\n");
|
||||
else
|
||||
platform->Message(HOST_MESSAGE, " not active\n");
|
||||
|
@ -244,7 +244,7 @@ void Move::Diagnostics()
|
|||
platform->Message(HOST_MESSAGE, " addNoMoreMoves is true\n\n");
|
||||
else
|
||||
platform->Message(HOST_MESSAGE, " addNoMoreMoves is false\n\n");
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
// This returns false if it is not possible
|
||||
|
|
Reference in a new issue