Update main.h add more

master-latency
Alan Johnston 4 months ago committed by GitHub
parent c6eb2e4597
commit fe325c5f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -124,13 +124,16 @@ FILE *image_file;
#define REPEATER 7 #define REPEATER 7
#define TXCOMMAND 12 #define TXCOMMAND 12
#define FAIL_COUNT 5 #define FAIL_COUNT 9
#define FAIL_SOLAR 1 #define FAIL_SOLAR 1
#define FAIL_DEGRADE 2 #define FAIL_DEGRADE 2
#define FAIL_SHORT 3 #define FAIL_SHORT 3
#define FAIL_I2C1 4 #define FAIL_I2C1 4
#define FAIL_I2C3 5 #define FAIL_I2C3 5
#define FAIL_CAMERA 6 #define FAIL_CAMERA 6
#define FAIL_EXPERIMENTS 7
#define FAIL_BME 8
#define FAIL_MPU 9
int transmitStatus = -1; int transmitStatus = -1;

Loading…
Cancel
Save

Powered by TurnKey Linux.