Update main.c added Encode_Initialize()

fc-l
Alan Johnston 1 year ago committed by GitHub
parent c61019e800
commit e7b04eb54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,6 +29,8 @@ int main(int argc, char * argv[]) {
wiringPiSetup();
Encode_Initialize();
// Open configuration file with callsign and reset count
FILE * config_file = fopen("/home/pi/CubeSatSim/sim.cfg", "r");
if (config_file == NULL) {

Loading…
Cancel
Save

Powered by TurnKey Linux.