preprocessor fails on #include "ESP8266WiFiMulti.h" (for external ESP8266 addon) #185
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
topic: preprocessor
Related to sketch preprocessing
type: imperfection
Perceived defect in any part of project
Reference: #68
reproduce by:
add http://arduino.esp8266.com/stable/package_esp8266com_index.json to board manager prefs
use board manager to install ESP8266 support try to compile this sketch
Error output:
hunt-compile-error:4: error: 'hello' was not declared in this scope void loop() { hello(); } ^ exit status 1 'hello' was not declared in this scope
Using 1.6.9 on Mac OS 10.11.16.
The text was updated successfully, but these errors were encountered: