Closed Bill374 closed 3 years ago
Move zip_logs() and send_to_drive() from nmea.py to rkrutils.py and complete their implementation. nmea.py should be reserved only for NMEA2000 related functions.
zip_logs()
send_to_drive()
nmea.py
rkrutils.py
Consider other functions related to checking wifi connections.
Created rkrutils.py and moved zip_logs() and send_to_drive().
Implementation of send_to_drive() still to be done.
Completed.
Move
zip_logs()
andsend_to_drive()
fromnmea.py
torkrutils.py
and complete their implementation.nmea.py
should be reserved only for NMEA2000 related functions.Consider other functions related to checking wifi connections.