Leon

Results 2 issues of Leon

hey everyone, i can't get the EchoDemo running. If i run sudo java com.nqysit.whatsapp.EchoDemo, I get the following: `Exception in thread "main" java.lang.NoClassDefFoundError: com/google/gson/JsonParser at com.nqysit.whatsapp.Client.parseMessages(Client.java:128) at com.nqysit.whatsapp.Client.ListenIncomingMessages(Client.java:58) at com.nqysit.whatsapp.EchoDemo.main(EchoDemo.java:28)...

I just noticed a strange behavior of the lib when using Serial4/Serial5 on Electron. I modified the switch statement like this: ``` switch( u8serno ) { case 1: port =...