Test button for serial connection

This commit is contained in:
Alessandro Ranellucci 2015-11-02 01:35:28 +01:00
parent fc1a7471cf
commit b309c61de3
2 changed files with 44 additions and 2 deletions

View file

@ -29,6 +29,7 @@ GCodeSender::GCodeSender()
GCodeSender::~GCodeSender()
{
printf("disconnecting\n");
this->disconnect();
}