OTA.h -> ota.h

This commit is contained in:
Klaus K Wilting 2018-09-23 15:21:56 +02:00
parent 99e0b4e85a
commit 9dd7a6279d

View File

@ -4,7 +4,7 @@
// Basic config
#include "globals.h"
#include "senddata.h"
#include "OTA.h"
#include "ota.h"
// Local logging tag
static const char TAG[] = "main";