barback32/include/main.h

10 lines
119 B
C
Raw Normal View History

2020-04-23 01:22:42 -04:00
#ifndef __MAIN_H_
#define __MAIN_H_
#include "esp32-lora.h"
extern uint8_t mac[6];
extern lora32_cfg_t lora;
#endif