Andrei Bosco B. Torres
Andrei Bosco B. Torres
> Didn't test it, but you could try setting the ContextMenu component to a custom empty Vue component: https://newcat.github.io/baklavajs/#/styling?id=hardcore-customization Just tested it on vue3 and that suggestion works 👍
~~@heximcz How did you fix the ascii codec error?~~ **Update**: just in case someone is having this 'ascii codec' issue, heres the fix: - edit `/boot/cmdline.txt` and remove `console=serial0,115200` or...
I was having the same issue. My sim900 baudrate was set to 19200 (check it by using the command `AT+IRP?`), so I changed it to auto-bauding: `AT+IPR=0`.