sr-frs-aprs-payload
alanbjohnston 3 years ago committed by GitHub
parent 6da665d387
commit 80e53bb812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,12 +19,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
FILE *telem_file;
#include "main.h" #include "main.h"
int main(int argc, char * argv[]) { int main(int argc, char * argv[]) {
FILE *telem_file;
char resbuffer[1000]; char resbuffer[1000];
const char testStr[] = "cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//' | grep '902120'"; const char testStr[] = "cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//' | grep '902120'";
FILE *file_test = sopen(testStr); // see if Pi Zero 2 FILE *file_test = sopen(testStr); // see if Pi Zero 2

Loading…
Cancel
Save

Powered by TurnKey Linux.