Added checks for supported platforms to config.sample.h
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
38c55e3047
commit
ced56d2ae8
@ -83,6 +83,10 @@
|
|||||||
#define LOGln(x) do {} while(0);
|
#define LOGln(x) do {} while(0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined( ESP8266 ) && !defined( ESP32 )
|
||||||
|
#error "Neither ESP8266 nor ESP32 are set. Maybe you are compiling this for another platform...?"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_USABLE
|
#ifndef CONFIG_USABLE
|
||||||
#error "CONFIG_USABLE isn't set!"
|
#error "CONFIG_USABLE isn't set!"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user