Wait for the SIM800 to start if it has not already

andrejusk/bday
Alistair MacDonald 2018-08-30 22:24:55 +01:00 committed by GitHub
parent e97f61626b
commit 6be3300da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import ugfx
import ugfx_helper
import sim800
sim800.poweron()
ugfx_helper.init()
ugfx.clear()