pyonair / PyonAir-pycom

http://www.PyonAir.org
Apache License 2.0
8 stars 3 forks source link

Constants as caps? #133

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Constants as caps?

https://github.com/pyonair/PyonAir-pycom/blob/bfda3d212dbfdead6fef806088a39f5757766102/code/lib/Constants.py#L250


# wifi_file_name = 'WiFi_Buffer'

# Paths
#TODO Constants as caps?
root_path = "/sd/"
current_path = root_path + current + "/"
processing_path = root_path + processing + "/"

47567fa2019f40736d43d79a8c432e889acde535