Update aprs_in.py added logging warning

pull/323/head
Alan Johnston 2 years ago committed by GitHub
parent 888e8425c2
commit 56fd4e9398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,8 @@ from os import system
import RPi.GPIO as GPIO
from RPi.GPIO import output
from time import sleep
import logging
logging.warning('CC-Warning!')
if __name__ == "__main__":
powerPin = 16

Loading…
Cancel
Save

Powered by TurnKey Linux.