hideakitai / MsgPacketizer

msgpack based serializer / deserializer + packetize for Arduino, ROS, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP.h header not found on MKR zero

jeronimoyk opened this issue · comments

PlatformIO, linux, MKR zero Arduino board
error message: UDP.h file not found
https://github.com/hideakitai/MsgPacketizer/blob/63dd93548158451c909d3da7ee8d1c2b33a7ebe2/MsgPacketizer.h#L20tt
From which library this header is coming from?

Thank you

I am having the same issue with an ESP32 in vscode/platformio. Any help would be much appreciated.

@ykraynov @rraetz Thank you for the report and sorry for the inconvenience! I think it's fixed in v0.3.5. Could you try it?

@hideakitai, don't be sorry you are doing a great job! :)

Now it compiles :)