- 积分
- 131
- 金钱
- 122
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
注册会员
- 积分
- 131
- 金钱
- 122
- HASS币
- 0
|
发表于 2019-6-3 14:22:19
|
显示全部楼层
INFO Reading configuration...
INFO Generating C++ source...
INFO Compiling app...
INFO Running: platformio run -d config/esp_office
Processing esp_office (platform: [email protected]; framework: arduino; board: nodemcu-32s)
--------------------------------------------------------------------------------
Warning! Library `{'requirements': None, 'name': 'Hash'}` has not been found in PlatformIO Registry.
You can ignore this message, if `{'requirements': None, 'name': 'Hash'}` is a built-in library (included in framework, SDK). E.g., SPI, Wire, etc.
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page ... 32/nodemcu-32s.html
PLATFORM: Espressif 32 > NodeMCU-32S
HARDWARE: ESP32 240MHz 320KB RAM (4MB Flash)
DEBUG: CURRENT(esp-prog) EXTERNAL(esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF MODES: FINDER(chain) COMPATIBILITY(soft)
Collected 27 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <AsyncTCP> 1.0.3
|-- <ESPmDNS> 1.0
| |-- <WiFi> 1.0
|-- <Preferences> 1.0
|-- <WiFi> 1.0
|-- <Update> 1.0
Retrieving maximum program size .pioenvs/esp_office/firmware.elf
Checking size .pioenvs/esp_office/firmware.elf
Memory Usage -> http://bit.ly/pio-memory-usage
DATA: [= ] 12.2% (used 40004 bytes from 327680 bytes)
PROGRAM: [===== ] 50.6% (used 829178 bytes from 1638400 bytes)
========================= [SUCCESS] Took 15.93 seconds =========================
INFO Successfully compiled program.
INFO Resolving IP address of esp_office.local
INFO Address in use when adding 172.17.0.1 to multicast group, it is expected to happen on some systems
ERROR Error resolving IP address of esp_office.local. Is it connected to WiFi?
ERROR (If this error persists, please set a static IP address: https://esphome.io/components/wifi.html#manual-ips)
ERROR Error resolving address with mDNS: Did not respond. Maybe the device is offline. |
|