Tici hardware abstraction layer (#2183)

* rename android hardware

* add tici class

* elif

* read correct serial number

* Update release files

* Get IMEI

* Refactor AT command

* move get_cmdline into base class

* Remove unused import

* Small cleanup
old-commit-hash: c90cb1b529c24580f8351c046f2b5b022a956ba8
This commit is contained in:
Willem Melching
2020-09-17 13:36:42 +02:00
committed by GitHub
parent 398796a010
commit d455516765
5 changed files with 71 additions and 2 deletions

View File

@@ -17,8 +17,9 @@ apk/ai.comma*.apk
common/.gitignore
common/__init__.py
common/android.py
common/hardware.py
common/hardware_android.py
common/hardware_tici.py
common/hardware_base.py
common/gpio.py
common/realtime.py