-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino/Genuino Uno"
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:4:0:
CoolerDefinitions.h:2:11: error: redefinition of 'char auth []'
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:2:6: note: 'char auth [12]' previously defined here
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:4:0:
CoolerDefinitions.h:49:8: error: redefinition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
CoolerDefinitions.h:49:8: error: previous definition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:4:0:
CoolerDefinitions.h:54:6: error: multiple definition of 'enum CoolerLid'
enum CoolerLid {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:54:6: note: previous definition here
enum CoolerLid {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:7:0:
CoolerDefinitions.h:2:11: error: redefinition of 'char auth []'
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:2:6: note: 'char auth [12]' previously defined here
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:7:0:
CoolerDefinitions.h:49:8: error: redefinition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
CoolerDefinitions.h:49:8: error: previous definition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:7:0:
CoolerDefinitions.h:54:6: error: multiple definition of 'enum CoolerLid'
enum CoolerLid {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:54:6: note: previous definition here
enum CoolerLid {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:20:0:
c:\users\win10\appdata\local\temp\arduino_build_440638\sketch\coolerdefinitions.h:2:11: error: redefinition of 'char auth []'
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:2:6: note: 'char auth [12]' previously defined here
char auth[] = "blynk-token";
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:20:0:
c:\users\win10\appdata\local\temp\arduino_build_440638\sketch\coolerdefinitions.h:48:8: error: redefinition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
CoolerDefinitions.h:49:8: error: previous definition of 'struct GeoLoc'
struct GeoLoc {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:20:0:
c:\users\win10\appdata\local\temp\arduino_build_440638\sketch\coolerdefinitions.h:53:6: error: multiple definition of 'enum CoolerLid'
enum CoolerLid {
^
In file included from C:\Users\Win10\Desktop\Cooler\Cooler.ino:1:0:
C:\Users\Win10\Documents\Arduino\libraries\Cooler/CoolerDefinitions.h:54:6: note: previous definition here
enum CoolerLid {
^
exit status 1
redefinition of 'char auth []'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.