ESP32-PaxCounter/src/rcommand.h

10 lines
181 B
C
Raw Normal View History

2018-07-17 15:15:58 +02:00
#ifndef _RCOMMAND_H
#define _RCOMMAND_H
2018-07-15 14:28:05 +02:00
2018-07-17 11:53:43 +02:00
#include "senddata.h"
#include "configmanager.h"
2018-07-15 14:28:05 +02:00
void rcommand(uint8_t cmd, uint8_t arg);
void switch_lora(uint8_t sf, uint8_t tx);
#endif