Browse Source

Fix typo

softuart
Xose Pérez 6 years ago
parent
commit
f4bc81b733
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/ota.py

+ 1
- 1
code/ota.py View File

@ -114,7 +114,7 @@ def get_boards():
def get_device_size(device):
if device.get('mem_size', 0) == device.get('sdk_size', 0):
return int(device.get('mem_size', 0) / 1024
return int(device.get('mem_size', 0)) / 1024
return 0
def get_empty_board():


Loading…
Cancel
Save