fix name for Opaque data to be more clear

pull/2/head
geeksville 2020-04-28 09:19:19 -07:00
rodzic 79b2cf728c
commit 8427b23016
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -80,8 +80,8 @@ message Data {
enum Type {
/// A message sent from a device outside of the mesh, in a form the mesh
/// does not understand
SIGNAL_OPAQUE = 0; // NOTE: This must be 0, because it is documented in
// IMeshService.aidl to be so
OPAQUE = 0; // NOTE: This must be 0, because it is documented in
// IMeshService.aidl to be so
/// a simple UTF-8 text message, which even the little micros in the mesh
/// can understand and show on their screen eventually in some circumstances