-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to send 0x00? #136
Comments
Look like you could just be able to pass 'a' right to publish without using String Maybe just
|
It should work, but I have the newest version 1.13.3 installed through Arduino IDE library manager and I copied the files from GitHub repo manually and this snippet:
still fails the same way, even though
|
That function needs all arguments, i.e.:
It compiles now, but fails to link:
|
When I try:
the message is truncated at the first
0x00
. Is there a way to send an arbitrary byte stream? I don't see an overload ofpublish()
, which accepts other thanString
arguments.The text was updated successfully, but these errors were encountered: