Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
furrtek authored and furrtek committed Jun 12, 2018
2 parents 609235b + e978848 commit a82dc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/tools/adsb_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
import struct
from PIL import Image

Image.MAX_IMAGE_PIXELS = None

outfile = open('../../sdcard/ADSB/world_map.bin', 'wb')

im = Image.open("../../sdcard/ADSB/world_map.jpg")
Expand Down

0 comments on commit a82dc19

Please sign in to comment.