code sanitizations
This commit is contained in:
parent
075604842e
commit
d37e7cb461
@ -11,10 +11,10 @@
|
||||
|
||||
; ---> SELECT TARGET PLATFORM HERE! <---
|
||||
[platformio]
|
||||
;env_default = generic
|
||||
env_default = generic
|
||||
;env_default = heltec
|
||||
;env_default = ttgov1
|
||||
env_default = ttgov2
|
||||
;env_default = ttgov2
|
||||
;env_default = ttgov21
|
||||
;env_default = ttgobeam
|
||||
;env_default = lopy
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
#ifdef HAS_ANTENNA_SWITCH
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// Local logging tag
|
||||
static const char TAG[] = "wifi";
|
||||
|
||||
|
@ -71,8 +71,6 @@ extern portMUX_TYPE timerMux;
|
||||
|
||||
// class for preparing payload data
|
||||
#include "payload.h"
|
||||
|
||||
// payload encoder
|
||||
#if PAYLOAD_ENCODER == 1
|
||||
extern TTNplain payload;
|
||||
#elif PAYLOAD_ENCODER == 2
|
||||
@ -83,7 +81,6 @@ extern CayenneLPP payload;
|
||||
#error "No valid payload converter defined"
|
||||
#endif
|
||||
|
||||
|
||||
void reset_counters(void);
|
||||
void blink_LED(uint16_t set_color, uint16_t set_blinkduration);
|
||||
void led_loop(void);
|
||||
|
@ -1,8 +1,6 @@
|
||||
#ifndef _PAYLOAD_H_
|
||||
#define _PAYLOAD_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// MyDevices CayenneLPP channels
|
||||
#define LPP_GPS_CHANNEL 20
|
||||
#define LPP_COUNT_WIFI_CHANNEL 21
|
||||
|
Loading…
Reference in New Issue
Block a user