This website works better with JavaScript
Explore
Home
Help
Sign In
droplin
/
smp_central_ncs2.3.0
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bd056c68d5
Branches
Tags
master
smp_central_ncs...
/
testing images 840central dfu 52840 periph
/
getsize.py
getsize.py
76 B
History
Raw
1
2
3
4
5
6
7
8
import os
import sys
size=os.path.getsize('app_update.bin')
print(size)