We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi prampec,
I'm trying to use your library in a project but I don't have success, as you can see in attached LOG.
The board packaged I used is later than 2.4.2
Can you help me?
Processing nodemcuv2 (platform: espressif8266; framework: arduino; board: esp12e) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp12e.html PLATFORM: Espressif 8266 (3.2.0) > Espressif ESP8266 ESP-12E HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash PACKAGES:
-v, --verbose
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi prampec,
I'm trying to use your library in a project but I don't have success, as you can see in attached LOG.
The board packaged I used is later than 2.4.2
Can you help me?
Processing nodemcuv2 (platform: espressif8266; framework: arduino; board: esp12e)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via
-v, --verbose
optionCONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp12e.html
PLATFORM: Espressif 8266 (3.2.0) > Espressif ESP8266 ESP-12E
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
Converting esp8266_mrdiy_mqtt_local_notifier.ino
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 40 compatible libraries
Scanning dependencies...
Dependency Graph
|-- ESP8266Audio @ 1.9.7
| |-- I2S @ 1.0
| |-- ESP8266HTTPClient @ 1.2
| | |-- ESP8266WiFi @ 1.0
| |-- SD @ 2.0.0
| | |-- SDFS @ 0.1.0
| | | |-- ESP8266SdFat @ 2.0.2
| | | | |-- SPI @ 1.0
| | | |-- SPI @ 1.0
| |-- SPI @ 1.0
|-- ESP8266SAM @ 1.0.1
| |-- ESP8266Audio @ 1.9.7
| | |-- I2S @ 1.0
| | |-- ESP8266HTTPClient @ 1.2
| | | |-- ESP8266WiFi @ 1.0
| | |-- SD @ 2.0.0
| | | |-- SDFS @ 0.1.0
| | | | |-- ESP8266SdFat @ 2.0.2
| | | | | |-- SPI @ 1.0
| | | | |-- SPI @ 1.0
| | |-- SPI @ 1.0
|-- PubSubClient @ 2.8.0
|-- IotWebConf @ 3.0.0
| |-- DNSServer @ 1.1.1
| | |-- ESP8266WiFi @ 1.0
| |-- ESP8266WebServer @ 1.0
| | |-- ESP8266WiFi @ 1.0
| |-- ESP8266WiFi @ 1.0
| |-- EEPROM @ 1.0
| |-- ESP8266mDNS @ 1.2
| | |-- ESP8266WiFi @ 1.0
|-- ESP8266WiFi @ 1.0
Building in release mode
Compiling .pio\build\nodemcuv2\src\esp8266_mrdiy_mqtt_local_notifier.ino.cpp.o
Generating LD script .pio\build\nodemcuv2\ld\local.eagle.app.v6.common.ld
Compiling .pio\build\nodemcuv2\libd5d\I2S\I2S.cpp.o
Archiving .pio\build\nodemcuv2\libd5d\libI2S.a
C:/Users/nocturno/Documents/PlatformIO/Projects/220721-131454-nodemcuv2/src/esp8266_mrdiy_mqtt_local_notifier.ino:137:1: error: 'IotWebConfParameter' does not name a type; did you mean 'IotWebConfParameter_h'?
The text was updated successfully, but these errors were encountered: