Update generate_world_map.bin.py

This commit is contained in:
Erwin Ried 2020-08-26 01:40:51 +02:00 committed by GitHub
parent c626d83c3b
commit 3425ca8d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import sys
import struct
from PIL import Image
outfile = open('../../sdcard/world_map.bin', 'wb')
outfile = open('../../sdcard/ADSB/world_map.bin', 'wb')
# Allow for bigger images
Image.MAX_IMAGE_PIXELS = None