ionic-bluetooth-serial-example
ionic-bluetooth-serial-example copied to clipboard
sendMessage function on ngSubmit
HI,
While compiling source code it is asking for argument for SendMessage function on form.
Regards, Jigar
You have to change line 41 in bluetooth.page.html and add "message". Like this : "<form (ngSubmit)="sendMessage(message);">"
Thanks