- or download this
typedef struct {
uint8_t mode;
...
uint8_t datalength;
uint8_t data[16];
} SCHEDULEENTRY;
- or download this
#runonce hour minute second command offset values
0 0 0 0 DEEPSLEEP 0 0 19
+20
...
0 0 23 0 STREAM_TELEMETRY 0 0
0 0 23 30 SWITCHED_POWER 0 0
0 0 24 0 DEEPSLEEP 0 0 59 0
- or download this
#!/usr/bin/env perl
...
# close filehandles
close $ifh;
close $ofh
- or download this
#!/usr/bin/env perl
...
return;
}
- or download this
package GSPSupport;
...
}
1;