set_time.service and set_time.sh together will set the time on Raspberry Pi's because if they're connected to CalVisitor or Motherbase connected to CalVisitor, the raspberry pi's will not be able to access the NTP servers to get the current system clock, causing confusing Github messages and the like (certificate expired, certificate inactivated, etc.).
Travis used to not build the cli, which caused us to miss the dual get_next_dev_data() in net_handler_cli for months. Travis now builds the cli to make sure the they build properly in order to merge.
set_time.service
andset_time.sh
together will set the time on Raspberry Pi's because if they're connected to CalVisitor or Motherbase connected to CalVisitor, the raspberry pi's will not be able to access the NTP servers to get the current system clock, causing confusing Github messages and the like (certificate expired, certificate inactivated, etc.).Travis used to not build the cli, which caused us to miss the dual
get_next_dev_data()
innet_handler_cli
for months. Travis now builds thecli
to make sure the they build properly in order to merge.Closes #220