TheCrowsNestAstro / TCN-Alpaca-Switch

ASCOM Alpaca Switch for Arduino
MIT License
1 stars 2 forks source link

'mDNS_NAME' was not declared in this scope #2

Closed fly800 closed 8 months ago

fly800 commented 8 months ago

I'm not a programmer. Please be patient with me. I might be doing something wrong.

I saw you do some changes in the code which deals with mDNS_NAME

After performing a build, I get the following error:

Processing nodemcuv2 (platform: espressif8266; board: nodemcuv2; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcuv2.html PLATFORM: Espressif 8266 (4.2.1) > NodeMCU 1.0 (ESP-12E Module) HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash PACKAGES:

fly800 commented 8 months ago

Had to add [#define mDNS_NAME] line in arduino_secrets.h file.

Issue resolved