Browse Source

Python bug fix

Peter 4 years ago
parent
commit
bfe8a5c278
1 changed files with 1 additions and 1 deletions
  1. 1 1
      software/BananaPiM2+/doku.md

+ 1 - 1
software/BananaPiM2+/doku.md

@@ -178,7 +178,7 @@ nano send_serial_bluetooth.py
 import sys
 import bluetooth
 
-addr = none
+addr = None
 
 if len(sys.argv) < 2:
     print("No device specified. Searching all nearby bluetooth devices for "