Add TODO comments.

This commit is contained in:
Ben Greear
2019-12-19 14:37:55 -08:00
parent f2209a5c75
commit a940b32e5f

View File

@@ -19,6 +19,10 @@ $ pip3 install pexpect-serial
'''
# TODO: Report beacon signal avg from probe results
# TODO: Add summary csv output report
# TODO: Maybe HTML output too?
# TODO: Allow selecting tabs or commands for output files
import sys
if sys.version_info[0] != 3: