Essentials_Camera_Book Chapter 10 - Raspberry Pi Forums
hi has made chapter 10 project book
have finished minus enviro hat , removed hat code have 1 funny result amount of space left on sd card.
have used 32gb 2gb used stretch lite , on 26gb
free using df -h command web page display show has 5.5% of free space
has hacked script give closedown button clean closure occurs..
terryr
have finished minus enviro hat , removed hat code have 1 funny result amount of space left on sd card.
have used 32gb 2gb used stretch lite , on 26gb
free using df -h command web page display show has 5.5% of free space
has hacked script give closedown button clean closure occurs..
terryr
a friend has given me answer wrong ram size.
need remove 100 line below
df_pc = round(100 -(100 * df_avail/df_size),1)
becomes
df_pc = round((100 * df_avail/df_size),1)
post on magpi github well
still looking clean way close camera down
terryr
need remove 100 line below
df_pc = round(100 -(100 * df_avail/df_size),1)
becomes
df_pc = round((100 * df_avail/df_size),1)
post on magpi github well
still looking clean way close camera down
terryr
raspberrypi
Comments
Post a Comment