m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

Blinky-Hello-World cannot get configuration menu to open anymore. #68

Closed TheAnton205 closed 3 years ago

TheAnton205 commented 3 years ago

PLEASE READ FIRST: I was able to open the configuration menu from https://edukit.workshop.aws/en/blinky-hello-world/connecting-to-aws.html before, however, moving on to Smart Thermostat, I had a Wifi issue so I decided to go back into the config menu to see if I mispelled anything. Now it does not work:

Executed this command in attempt to open configuration menu pio run --environment core2foraws --target menuconfig

Received this error: Error: Couldn't find target config target-AWS_IoT_EduKit-Cloud_Connected_Blinky.elf-00000000000000000000.json

Expanded Terminal Screen:

Processing core2foraws (platform: espressif32@3.2.1; framework: espidf; board: m5stack-core2)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/m5stack-core2.html PLATFORM: Espressif 32 (3.2.1) > M5Stack Core2 HARDWARE: ESP32 240MHz, 6.25MB RAM, 16MB 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:

TheAnton205 commented 3 years ago

Fixed

  1. Uninstalled PlatformIO from VsCode
  2. Deleted .platform from hard drive
  3. Deleted git repository
  4. Restarted from scratch