include main.h

This commit is contained in:
Morgan 'ARR\!' Allen 2020-04-22 22:22:42 -07:00
parent e4afaa98b7
commit f2badd9234
1 changed files with 9 additions and 0 deletions

9
include/main.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef __MAIN_H_
#define __MAIN_H_
#include "esp32-lora.h"
extern uint8_t mac[6];
extern lora32_cfg_t lora;
#endif