cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.73k stars 405 forks source link

compile error #827

Closed hem0773 closed 3 years ago

hem0773 commented 3 years ago

error on compiling I just can't get any further because I don't know where the error is

`> Executing task: C:\Users\Heiko.platformio\penv\Scripts\platformio.exe run <

Can not remove temporary directory C:\Users\Heiko\Downloads\ESP32-Paxcounter-master\.pio\build. Please remove it manually to avoid build issues Processing usb (framework: arduino; board: esp32dev; platform: espressif32@3.3.0)

Verbose mode can be enabled via -v, --verbose option Parsing hardware configuration from C:\Users\Heiko\Downloads\ESP32-Paxcounter-master\src\hal\ttgobeam10.h Parsing LMIC configuration from C:\Users\Heiko\Downloads\ESP32-Paxcounter-master\src\lmic_config.h Parsing LORAWAN keys from C:\Users\Heiko\Downloads\ESP32-Paxcounter-master\src\loraconf.h Parsing OTA keys from C:\Users\Heiko\Downloads\ESP32-Paxcounter-master\src\ota.conf Target board: ttgo-t-beam @ 921600bps Partition table: min_spiffs.csv CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/ttgo-t-beam.html PLATFORM: Espressif 32 (3.3.0) > TTGO T-Beam HARDWARE: ESP32 240MHz, 1.25MB 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) PACKAGES:

Environment Status Duration


usb FAILED 00:00:01.966 ======================================================================= 1 failed, 0 succeeded in 00:00:01.966 ======================================================================= The terminal process "C:\Users\Heiko.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it. `

cyberman54 commented 3 years ago

This is a platformio related issue, please open issue at platformio. I can't help you here.