Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include file for private changes, e.g. for setting the Wifi password #7

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
#define ADDR_BMP280 0x76 //0x76 or 0x77, Wire1=SERCOM2
#define ADDR_ATECC608 0x60 //0x60, Wire1=SERCOM2 (optional)

//lokale Definitionen außerhalb git. Z.B. für WIFI_SSID, Helligkeit. h-Datei muss im Ordner mit der .ino-Datei liegen.
#include "my-defines.h"

//--- Features ---
enum Features
{
Expand Down