Page 1 of 1
AddCommand: full
Posted: Wed Jul 10, 2019 5:52 am
by eusaki
every time that I connect to the COM port this message appears in the monitor
AddCommand: full
what does this means?
it is a problem?
how can I get rid of this?
thanks
Re: AddCommand: full
Posted: Wed Jul 10, 2019 10:03 am
by Paul
Hi Eusaki,
It probably means you are using our command handler library and have tried to register too many commands. By default you can only add 10 commands before the internal array that stores them is full.
Check out the examples here for increasing the number of commands you can add:
https://www.megunolink.com/documentatio ... clarations
Have a great day
Paul.
Re: AddCommand: full
Posted: Sun Jul 14, 2019 6:38 pm
by eusaki
Thank you! now it is works!