Skip to content

Commit f043f92

Browse files
committed
version cleanup
1 parent 23f1aca commit f043f92

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

examples/intertechno/intertechno.ino

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
*/
2323

2424
#include <Arduino.h>
25-
#include <SignalCollector.h>
26-
#include <SignalParser.h>
27-
28-
#include <protocols.h>
25+
#include <RFCodes.h>
2926

3027
bool showRaw = false;
3128

library.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ paragraph=This library that can be adapted to different protocols by specifying
77
category=Device Control
88
url=https://github.com/mathertel/rfcodes
99
architectures=esp8266
10-
includes=rfcodes.h
11-
10+
includes=RFCodes.h

src/rfcodes.h src/RFCodes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file: rfcodes.h
2+
* @file: RFCodes.h
33
* This file is part of the RFCodes library that implements receiving an sending
44
* RF and IR protocols.
55
*

0 commit comments

Comments
 (0)