Skip to content

Commit

Permalink
Rename filename from syslog to Syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
arcao committed Nov 3, 2016
1 parent ae541ef commit f421439
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/SimpleLogging/SimpleLogging.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#include <syslog.h>
#include <Syslog.h>

// WIFI credentials
#define WIFI_SSID "**************"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ paragraph=
category=Data Storage
url=https://github.com/arcao/ESP8266_Syslog
architectures=esp8266
includes=syslog.h
includes=Syslog.h
2 changes: 1 addition & 1 deletion src/syslog.cpp → src/Syslog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#include "syslog.h"
#include "Syslog.h"

Syslog::Syslog(const char* server, int port, const char* localHostname, const char* appName, int defaultLevel) {
this->_server = server;
Expand Down
File renamed without changes.

0 comments on commit f421439

Please sign in to comment.