mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
change name to Meshtastic
This commit is contained in:
parent
397bb855d9
commit
19d577a720
7 changed files with 46 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
fun composeView() {
|
||||
MaterialTheme {
|
||||
Column {
|
||||
Text(text = "MeshUtil Ugly UI", modifier = Spacing(8.dp))
|
||||
Text(text = "Meshtastic Ugly UI", modifier = Spacing(8.dp))
|
||||
|
||||
Button(text = "Start scan",
|
||||
onClick = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ class MeshService : Service(), Logging {
|
|||
val prefix = "com.geeksville.mesh"
|
||||
|
||||
/*
|
||||
see com.geeksville.com.geeeksville.mesh broadcast intents
|
||||
see com.geeksville.mesh broadcast intents
|
||||
// RECEIVED_OPAQUE for data received from other nodes
|
||||
// NODE_CHANGE for new IDs appearing or disappearing
|
||||
// CONNECTION_CHANGED for losing/gaining connection to the packet radio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue