Noticed that in Waypoint and the Data messages emojis are represented using fixed 32 bit values:
|
/* |
|
* Designator icon for the waypoint in the form of a unicode emoji |
|
*/ |
|
fixed32 icon = 8; |
and
|
/* |
|
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving |
|
* a message a heart or poop emoji. |
|
*/ |
|
fixed32 emoji = 8; |
Noticed in the Android app that for waypoints some emojis don't work, or show different icons. For example, the pirate flag emoji just shows as a black flag on the map.
Noticed that in Waypoint and the Data messages emojis are represented using fixed 32 bit values:
protobufs/meshtastic/mesh.proto
Lines 778 to 781 in dea3a82
protobufs/meshtastic/mesh.proto
Lines 731 to 735 in dea3a82
Noticed in the Android app that for waypoints some emojis don't work, or show different icons. For example, the pirate flag emoji just shows as a black flag on the map.