# where to load images from # each path should be a different camera, # so that we get an even blend of images # want one path to be used more often? # just add it twice to the config! paths = [ "img1", "img2", ] # must be 6 characters or less callsign = "NOCALL" # used for authenticating incoming # APRS packets. Note that this is a # signature, *not* encryption # - people can't spoof our commands # but they can read them! (This makes it # legal for use on ham freqs) secret = "changeme" # command to burst the balloon burst_command = "echo 'boom!'" # command to cut down the payload cutdown_command = "echo 'snip'"