diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 21:46:35 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 21:46:35 (GMT) |
| commit | a34d65d7fdfbbaaa3e6484dfebe914378f478ca2 (patch) | |
| tree | 1ccce90a51620a2a5d08b348c86f47ac7bd8c663 /manifest | |
| parent | ef5d805c51dd885bc69cc6f8d2deede75f28cd76 (diff) | |
wasp: Add battery support
Diffstat (limited to 'manifest')
| -rw-r--r-- | manifest/pinetime.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest/pinetime.py b/manifest/pinetime.py index f622878..7175d74 100644 --- a/manifest/pinetime.py +++ b/manifest/pinetime.py @@ -2,6 +2,8 @@ freeze('$(MPY_DIR)/../wasp', ( 'boot.py', 'demo.py', + 'drivers/battery.py', + 'drivers/signal.py', 'drivers/st7789.py', 'logo.py', 'pinetime.py' |
