I've been using an Arduino Nano ESP32-S3 for a while, and I have had a few problems, but have been able to solve them with little difficulty.
But, I left my Arduino run overnight (I do this most weekdays) to test my project, and I changed a few things in the sketch this morning and tried to upload the sketch, but I got an error:
No DFU capable USB device available
Failed uploading: uploading error: exit status 74
I've looked online for some fixes, but nothing has helped so far.
I'm using a windows 10 OS, and tried uninstalling the drivers etc, but it didn't work.
Arduino IDE has also changed the COM port to a different port, so I selected the correct board and port in tools, but I've noticed that the Arduino IDE recognises my Arduino Nano ESP32-S3 as a DFRobot beetle ESP32-C3
The RGB LED is also displaying red and blue.. only red and blue. I shorted B1 and ground and pressed reset, burned the bootloader, uploaded using programmer, and selected Esptool as the programmer, but it hasn't worked.
When I shorted B1 and GND, the RGB LED displayed green, and when I pressed the reset button (I also tried pressing it twice), it didn't change anything.
Edit: I've now marked this post as urgent as I need to upload my sketch as soon as possible for work and college
Hi @chrisd79 .
Which setting do you have selected from the Tools > USB Mode menu in Arduino IDE? It is normal for the Nano ESP32 's port to be identified as a random ESP32 board if you upload a sketch to the board after selecting "Debug mode (Hardware CDC) " from the menu.
This could also explain the upload failure as you must use a special procedure to upload to the board while it is in the "Debug mode (Hardware CDC) " configuration:
Press and release the "RST" button on the Nano ESP32 board.
Wait for the on-board RGB LED on the board to light up.
ⓘ It does this almost immediately, but you do need to wait for it.
Immediately press and release the "RST" button again.
The on-board RGB LED will start pulsing to indicate the board is in the boot mode.
Click the "Upload" button on the Arduino IDE toolbar.
Wait for the upload to finish successfully.
Press and release the "RST" button on the Nano ESP32 board.
If you attempt to upload normally by simply clicking the "Upload" button on the Arduino IDE toolbar while the board is in the "Debug mode (Hardware CDC) " configuration, the upload fails with the "No DFU capable USB device available
" error you encountered.
There are specific advanced use cases where is is useful to configure the board in this "Debug mode (Hardware CDC) " mode (e.g., using the Arduino IDE 2.x integrated sketch debugger ), but generally it will be most convenient to use the board in the mode you get when you upload a sketch while Tools > USB Mode > Normal mode (TinyUSB) is selected from the Arduino IDE menus. In this "Normal mode (TinyUSB) " configuration, Arduino IDE will identify the port of the board correctly and you can upload via the usual procedure.
1 Like
I have Normal mode (Tiny USB) selected, and always have.
I tried to upload using the debug mode, but whenever I plug the board in, the RGB LED is displaying red and blue, and when I press the RST button, the RGB LED turns off for as long as the RST button is pressed, and as soon as the RST button is released, the RGB LED goes straight back to displaying red and blue.
I always have Tiny USB mode selected, and have 2 UCB-C data cables, which both do not upload anymore (they worked completely fine yesterday).
I also connected the board to my laptop instead of my PC, and the Arduino IDE recognised it as a LOLIN C3 mini.
My laptop has never had debugging mode used, always been Tiny USB, and the exact same problem is also occurring on my laptop.
Do you think it is a software or hardware issue? I can write to the controller using programmer but nothing happens.
I've had to buy another nano ESP32-S3, as I need to get my project finished as soon as possible
I also tried another method that you have mentioned before:
"OK, there is a more powerful recovery technique available for when the double reset technique is not sufficient:
Disconnect the USB cable of the Nano ESP32 from your computer.
Use a jumper wire to connect the pin marked "B1 " on the board to the pin marked "GND " on the board.
Connect the Nano ESP32 to your computer with a USB cable.
Select File > New Sketch from the Arduino IDE menus.
Open the Tools > Port menu in Arduino IDE.
You should see a new port in the menu. Select that port.
7.ⓘ * This port might be labeled as being any random ESP32 board; not as a Nano ESP32 . This is normal and doesn't indicate a problem.
Select Tools > Board > Arduino ESP32 Boards > Arduino Nano ESP32 from the Arduino IDE menus.
9.ⓘ * Alternatively, if you installed the "esp32 " boards platform instead of Arduino ESP32 Boards , you should select Tools > Board > esp32 > Arduino Nano ESP32 .
Select Tools > Programmer > Esptool from the Arduino IDE menus.
Select Sketch > Upload Using Programmer from the Arduino IDE menus.
Wait for the operation to finish successfully.
Disconnect the USB cable of the Nano ESP32 from your computer.
Disconnect the jumper wire from the "B1 " and "GND " pins on the board.
You should not find that the IDE lists a port for the Nano ESP32 board and that you can upload sketches to that port as usual."
It wrote to the board, but nothing changed. The LED was still red and blue, COM port showed up instantly on the same port, and went straight back to the original error.
I'm using Arduino IDE 2.3.2.
I've also noticed that, even when I short B1, the red and blue that is showing is still there. The led is very dim, I'll upload an image of it.
Images here:
as you can see, the red and blue LED are very dim, and when I short B1 and GND, the led is a very bright green colour
I just opened the serial monitor on carriage return at a baud rate of 115200, and this is what I received:
ESP-ROM:esp32s3-20210327
The COM port keeps connecting and disconnecting at seemingly random intervals too
1 Like
That is very weird. Can you provide a log of the "Upload using Programmer" operation? I suspect that did not go as planned; otherwise, the Flash should have been erased and fully reloaded and you should be back to a working Nano ESP32.
Hi Iburelli, here is a full compile and upload log with verbose output:
FQBN: arduino:esp32:nano_nora:PinNumbers=byGPIONumber
Using board 'nano_nora' from platform in folder: C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13
Using core 'esp32' from platform in folder: C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13
cmd /c if exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\partitions.csv" COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\partitions.csv" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\partitions.csv"
cmd /c if not exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\partitions.csv" if exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\variants\\arduino_nano_nora\\partitions.csv" COPY "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\variants\\arduino_nano_nora\\partitions.csv" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\partitions.csv"
cmd /c if not exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\partitions.csv" COPY "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\tools\\partitions\\app3M_fat9M_fact512k_16MB.csv" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\partitions.csv"
cmd /c IF EXIST "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\bootloader.bin" ( COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\bootloader.bin" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\sketch_apr25a.ino.bootloader.bin" ) ELSE ( IF EXIST "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\variants\\arduino_nano_nora\\bootloader.bin" ( COPY "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\variants\\arduino_nano_nora\\bootloader.bin" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\sketch_apr25a.ino.bootloader.bin" ) ELSE ( "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esptool_py\\4.5.1/esptool.exe" --chip esp32s3 elf2image --flash_mode dio --flash_freq 80m --flash_size 16MB -o "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\sketch_apr25a.ino.bootloader.bin" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\tools\\sdk\\esp32s3\\bin\\bootloader_qio_80m.elf" ) )
esptool.py v4.5.1
Creating esp32s3 image...
Merged 1 ELF section
Successfully created esp32s3 image.
cmd /c if exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\build_opt.h" COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\build_opt.h" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\build_opt.h"
cmd /c if not exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\build_opt.h" type nul > "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\build_opt.h"
cmd /c type nul > "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/file_opts"
Detecting libraries used...
C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-g++ -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.5" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/newlib/platform_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/port/xtensa/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/heap/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/log/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps/sntp -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/lwip/src/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/platform_port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/include/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/port/soc -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/port/public_compat -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/xtensa/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/xtensa/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/driver/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/driver/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_pm/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_ringbuf/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/efuse/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/efuse/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/vfs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_wifi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_event/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_netif/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_eth/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/tcpip_adapter/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_phy/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_phy/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_ipc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/app_trace/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_timer/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/mbedtls/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/app_update/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/spi_flash/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bootloader_support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nvs_flash/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/pthread/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/xtensa -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espcoredump/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ieee802154/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/console -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/asio/asio/asio/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/asio/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/osi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/include/esp32c3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/api/include/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/cbor/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/unity/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/unity/unity/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/cmock/CMock/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/coap/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/coap/libcoap/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nghttp/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-tls -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_adc_cal/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hid/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/tcp_transport/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_http_client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_http_server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_https_ota/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_https_server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_lcd/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_lcd/interface -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protobuf-c/protobuf-c -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/common -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/security -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/transports -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mdns/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_local_ctrl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/sdmmc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_serial_slave_link/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_websocket_client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/expat/expat/expat/lib -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/expat/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wear_levelling/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/diskio -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/vfs -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freemodbus/freemodbus/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/idf_test/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/idf_test/include/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/jsmn/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json/cJSON -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/libsodium/port_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/openssl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/perfmon/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/spiffs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/usb/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ulp/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wifi_provisioning/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/rmaker_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_diagnostics/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/rtc_store/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_insights/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_generator/upstream -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_schedule/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp_secure_cert_mgr/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rainmaker/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/gpio_button/button/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/qrcode/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ws2812_led -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/freertos -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_littlefs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/tool -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/typedef -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/image -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/math -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/nn -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/layer -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/detect -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/model_zoo -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp32-camera/driver/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp32-camera/conversions/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dotprod/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/mem/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/hann/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_harris/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_nuttall/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/nuttall/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/flat_top/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/iir/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fir/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/add/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sub/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mul/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/addc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mulc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sqrt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/matrix/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fft/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dct/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/conv/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf_imu13states/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fb_gfx/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/qio_opi/include -mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -c -w -Os -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10607 -DARDUINO_NANO_ESP32 -DARDUINO_ARCH_ESP32 -DARDUINO_BOARD="NANO_ESP32" -DARDUINO_VARIANT="arduino_nano_nora" -DARDUINO_PARTITION_app3M_fat9M_fact512k_16MB -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DBOARD_HAS_PIN_REMAP -DBOARD_USES_HW_GPIO_NUMBERS -DBOARD_HAS_PSRAM -DUSB_MANUFACTURER="Arduino" -DUSB_PRODUCT="Nano ESP32" -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 @C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/build_opt.h @C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/file_opts -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13\cores\esp32 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13\variants\arduino_nano_nora C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\sketch\sketch_apr25a.ino.cpp -o nul
Generating function prototypes...
C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-g++ -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.5" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/newlib/platform_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/port/xtensa/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/heap/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/log/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps/sntp -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/lwip/src/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/hal/platform_port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/include/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rom/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/port/soc -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_system/port/public_compat -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/xtensa/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/xtensa/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/driver/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/driver/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_pm/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_ringbuf/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/efuse/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/efuse/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/vfs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_wifi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_event/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_netif/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_eth/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/tcpip_adapter/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_phy/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_phy/esp32s3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_ipc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/app_trace/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_timer/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/mbedtls/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/app_update/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/spi_flash/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bootloader_support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nvs_flash/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/pthread/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/xtensa -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espcoredump/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ieee802154/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/console -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/asio/asio/asio/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/asio/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/osi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/include/esp32c3/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/api/include/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/cbor/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/unity/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/unity/unity/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/cmock/CMock/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/coap/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/coap/libcoap/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nghttp/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-tls -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_adc_cal/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_hid/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/tcp_transport/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_http_client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_http_server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_https_ota/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_https_server/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_lcd/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_lcd/interface -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protobuf-c/protobuf-c -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/common -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/security -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/protocomm/include/transports -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mdns/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_local_ctrl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/sdmmc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_serial_slave_link/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_websocket_client/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/expat/expat/expat/lib -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/expat/port/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wear_levelling/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/diskio -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/vfs -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fatfs/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freemodbus/freemodbus/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/idf_test/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/idf_test/include/esp32s3 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/jsmn/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json/cJSON -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/libsodium/port_include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/openssl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/perfmon/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/spiffs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/usb/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ulp/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/wifi_provisioning/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/rmaker_common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_diagnostics/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/rtc_store/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_insights/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/json_generator/upstream -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_schedule/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp_secure_cert_mgr/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_rainmaker/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/gpio_button/button/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/qrcode/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/ws2812_led -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/freertos/include/freertos -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp_littlefs/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/tool -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/typedef -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/image -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/math -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/nn -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/layer -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/detect -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/model_zoo -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp32-camera/driver/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/esp32-camera/conversions/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dotprod/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/mem/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/hann/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_harris/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_nuttall/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/nuttall/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/flat_top/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/iir/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fir/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/add/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sub/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mul/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/addc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mulc/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sqrt/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/matrix/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fft/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dct/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/conv/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/common/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf_imu13states/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/include/fb_gfx/include -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/sdk/esp32s3/qio_opi/include -mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -c -w -Os -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10607 -DARDUINO_NANO_ESP32 -DARDUINO_ARCH_ESP32 -DARDUINO_BOARD="NANO_ESP32" -DARDUINO_VARIANT="arduino_nano_nora" -DARDUINO_PARTITION_app3M_fat9M_fact512k_16MB -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DBOARD_HAS_PIN_REMAP -DBOARD_USES_HW_GPIO_NUMBERS -DBOARD_HAS_PSRAM -DUSB_MANUFACTURER="Arduino" -DUSB_PRODUCT="Nano ESP32" -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 @C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/build_opt.h @C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/file_opts -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13\cores\esp32 -IC:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13\variants\arduino_nano_nora C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\sketch\sketch_apr25a.ino.cpp -o C:\Users\christopher.donnelly\AppData\Local\Temp\1536670840\sketch_merged.cpp
C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\builtin\tools\ctags\5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives C:\Users\christopher.donnelly\AppData\Local\Temp\1536670840\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s3-elf-gcc\\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-g++" -DHAVE_CONFIG_H "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE "-DIDF_VER=\"v4.4.5\"" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/newlib/platform_include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freertos/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freertos/port/xtensa/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freertos/include/esp_additions" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/heap/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/log/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/lwip/include/apps/sntp" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/lwip/lwip/src/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/soc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/soc/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/hal/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/hal/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/hal/platform_port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_rom/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_rom/include/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_rom/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_system/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_system/port/soc" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_system/port/public_compat" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/xtensa/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/xtensa/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/driver/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/driver/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_pm/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_ringbuf/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/efuse/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/efuse/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/vfs/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_wifi/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_event/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_netif/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_eth/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/tcpip_adapter/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_phy/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_phy/esp32s3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_ipc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/app_trace/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_timer/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/mbedtls/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/mbedtls/mbedtls/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/app_update/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/spi_flash/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bootloader_support/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/nvs_flash/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/pthread/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/xtensa" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espcoredump/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/ieee802154/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/console" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/asio/asio/asio/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/asio/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/common/osi/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/include/esp32c3/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/common/api/include/api" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/cbor/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/unity/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/unity/unity/src" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/cmock/CMock/src" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/coap/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/coap/libcoap/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/nghttp/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-tls" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_adc_cal/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_hid/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/tcp_transport/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_http_client/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_http_server/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_https_ota/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_https_server/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_lcd/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_lcd/interface" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/protobuf-c/protobuf-c" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/protocomm/include/common" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/protocomm/include/security" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/protocomm/include/transports" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/mdns/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_local_ctrl/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/sdmmc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_serial_slave_link/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_websocket_client/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/expat/expat/expat/lib" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/expat/port/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/wear_levelling/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/fatfs/diskio" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/fatfs/vfs" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/fatfs/src" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freemodbus/freemodbus/common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/idf_test/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/idf_test/include/esp32s3" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/jsmn/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/json/cJSON" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/libsodium/port_include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/openssl/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/perfmon/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/spiffs/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/usb/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/ulp/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/wifi_provisioning/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/rmaker_common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_diagnostics/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/rtc_store/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_insights/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/json_parser/upstream" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/json_generator/upstream" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_schedule/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp_secure_cert_mgr/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_rainmaker/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/gpio_button/button/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/qrcode/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/ws2812_led" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/freertos/include/freertos" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/arduino_tinyusb/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp_littlefs/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/tool" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/typedef" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/image" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/math" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/nn" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/layer" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/detect" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp-dl/include/model_zoo" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp32-camera/driver/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/esp32-camera/conversions/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dotprod/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/support/mem/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/hann/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_harris/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/blackman_nuttall/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/nuttall/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/windows/flat_top/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/iir/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fir/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/add/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sub/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mul/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/addc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/mulc/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/math/sqrt/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/matrix/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/fft/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/dct/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/conv/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/common/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/espressif__esp-dsp/modules/kalman/ekf_imu13states/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/include/fb_gfx/include" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/qio_opi/include" -mlongcalls -ffunction-sections -fdata-sections -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -ggdb -freorder-blocks -Wwrite-strings -fstack-protector -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu++11 -fexceptions -fno-rtti -MMD -c -w -Os -DF_CPU=240000000L -DARDUINO=10607 -DARDUINO_NANO_ESP32 -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"NANO_ESP32\"" "-DARDUINO_VARIANT=\"arduino_nano_nora\"" -DARDUINO_PARTITION_app3M_fat9M_fact512k_16MB -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DBOARD_HAS_PIN_REMAP -DBOARD_USES_HW_GPIO_NUMBERS -DBOARD_HAS_PSRAM "-DUSB_MANUFACTURER=\"Arduino\"" "-DUSB_PRODUCT=\"Nano ESP32\"" -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 "@C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/build_opt.h" "@C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/file_opts" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\cores\\esp32" "-IC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\variants\\arduino_nano_nora" "sketch\\sketch_apr25a.ino.cpp" -o "sketch\\sketch_apr25a.ino.cpp.o"
Compiling libraries...
Compiling core...
cmd /c echo -DARDUINO_CORE_BUILD > "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/file_opts"
Using previously compiled file: C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\core\double_tap.c.o
Using previously compiled file: C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\core\variant.cpp.o
Using previously compiled file: C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\core\dfu_callbacks.cpp.o
Using previously compiled file: C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE\core\io_pin_remap.cpp.o
Using precompiled core: C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\cores\fd0103dd2acf32af68f3639f3ecc5d36\core.a
cmd /c type nul > "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/file_opts"
Linking everything together...
"C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s3-elf-gcc\\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-g++" "-Wl,--Map=C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.map" "-LC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/lib" "-LC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/ld" "-LC:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/sdk/esp32s3/qio_opi" -T memory.ld -T sections.ld -T esp32s3.rom.ld -T esp32s3.rom.api.ld -T esp32s3.rom.libgcc.ld -T esp32s3.rom.newlib.ld -T esp32s3.rom.version.ld -T esp32s3.rom.newlib-time.ld -T esp32s3.peripherals.ld -mlongcalls -Wl,--cref -Wl,--gc-sections -fno-rtti -fno-lto -Wl,--wrap=esp_log_write -Wl,--wrap=esp_log_writev -Wl,--wrap=log_printf -u _Z5setupv -u _Z4loopv -u esp_app_desc -u pthread_include_pthread_impl -u pthread_include_pthread_cond_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u include_esp_phy_override -u ld_include_highint_hdl -u start_app -u start_app_other_cores -u __ubsan_include -Wl,--wrap=longjmp -u __assert_func -u vfs_include_syscalls_impl -Wl,--undefined=uxTopUsedPriority -u app_main -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u __cxa_guard_dummy -DESP32 -DCORE_DEBUG_LEVEL=0 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DBOARD_HAS_PIN_REMAP -DBOARD_USES_HW_GPIO_NUMBERS -DBOARD_HAS_PSRAM "-DUSB_MANUFACTURER=\"Arduino\"" "-DUSB_PRODUCT=\"Nano ESP32\"" -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 -Wl,--start-group "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\sketch\\sketch_apr25a.ino.cpp.o" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\core\\dfu_callbacks.cpp.o" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\core\\double_tap.c.o" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\core\\io_pin_remap.cpp.o" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\core\\variant.cpp.o" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\cores\\fd0103dd2acf32af68f3639f3ecc5d36\\core.a" -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lasio -lbt -lcbor -lunity -lcmock -lcoap -lnghttp -lesp-tls -lesp_adc_cal -lesp_hid -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lesp_https_server -lesp_lcd -lprotobuf-c -lprotocomm -lmdns -lesp_local_ctrl -lsdmmc -lesp_serial_slave_link -lesp_websocket_client -lexpat -lwear_levelling -lfatfs -lfreemodbus -ljsmn -ljson -llibsodium -lmqtt -lopenssl -lperfmon -lspiffs -lusb -lulp -lwifi_provisioning -lrmaker_common -lesp_diagnostics -lrtc_store -lesp_insights -ljson_parser -ljson_generator -lesp_schedule -lespressif__esp_secure_cert_mgr -lesp_rainmaker -lgpio_button -lqrcode -lws2812_led -lesp32-camera -lesp_littlefs -lespressif__esp-dsp -lfb_gfx -lasio -lcmock -lunity -lcoap -lesp_lcd -lesp_websocket_client -lexpat -lfreemodbus -ljsmn -llibsodium -lperfmon -lusb -lesp_adc_cal -lesp_hid -lfatfs -lwear_levelling -lopenssl -lspiffs -lesp_insights -lcbor -lesp_diagnostics -lrtc_store -lesp_rainmaker -lesp_local_ctrl -lesp_https_server -lwifi_provisioning -lprotocomm -lbt -lbtdm_app -lprotobuf-c -lmdns -ljson -ljson_parser -ljson_generator -lesp_schedule -lespressif__esp_secure_cert_mgr -lqrcode -lrmaker_common -lmqtt -larduino_tinyusb -lcat_face_detect -lhuman_face_detect -lcolor_detect -lmfn -ldl -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lesp_ringbuf -lefuse -lesp_ipc -ldriver -lesp_pm -lmbedtls -lapp_update -lbootloader_support -lspi_flash -lnvs_flash -lpthread -lesp_gdbstub -lespcoredump -lesp_phy -lesp_system -lesp_rom -lhal -lvfs -lesp_eth -ltcpip_adapter -lesp_netif -lesp_event -lwpa_supplicant -lesp_wifi -lconsole -llwip -llog -lheap -lsoc -lesp_hw_support -lxtensa -lesp_common -lesp_timer -lfreertos -lnewlib -lcxx -lapp_trace -lnghttp -lesp-tls -ltcp_transport -lesp_http_client -lesp_http_server -lesp_https_ota -lsdmmc -lesp_serial_slave_link -lulp -lmbedtls_2 -lmbedcrypto -lmbedx509 -lcoexist -lcore -lespnow -lmesh -lnet80211 -lpp -lsmartconfig -lwapi -lphy -lbtbb -lesp_phy -lphy -lbtbb -lesp_phy -lphy -lbtbb -lxt_hal -lm -lnewlib -lstdc++ -lpthread -lgcc -lcxx -lapp_trace -lgcov -lapp_trace -lgcov -lc -Wl,--end-group -Wl,-EL -o "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.elf"
"C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esptool_py\\4.5.1/esptool.exe" --chip esp32s3 elf2image --flash_mode dio --flash_freq 80m --flash_size 16MB --elf-sha256-offset 0xb0 -o "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.bin" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.elf"
esptool.py v4.5.1
Creating esp32s3 image...
Merged 2 ELF sections
Successfully created esp32s3 image.
"C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/gen_esp32part.exe" -q "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/partitions.csv" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.partitions.bin"
cmd /c if exist "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE\\libraries\\Insights" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13/tools/gen_insights_package.exe" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE" sketch_apr25a.ino "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a"
cmd /c IF 0==1 COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\openocd-esp32\\v0.11.0-esp32-20221026\\share\\openocd\\scripts\\board\\esp32s3-builtin.cfg" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\debug.cfg"
cmd /c IF 0==1 COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\tools\\ide-debug\\esp32s3.json" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\debug_custom.json"
cmd /c IF 0==1 COPY /y "C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\esp32\\2.0.13\\tools\\ide-debug\\svd\\esp32s3.svd" "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\.arduinoIDE-unsaved2024325-22008-mscqi1.96cnp\\sketch_apr25a\\debug.svd"
"C:\\Users\\christopher.donnelly\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s3-elf-gcc\\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-size" -A "C:\\Users\\christopher.donnelly\\AppData\\Local\\Temp\\arduino\\sketches\\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.elf"
Sketch uses 285649 bytes (9%) of program storage space. Maximum is 3145728 bytes.
Global variables use 30732 bytes (9%) of dynamic memory, leaving 296948 bytes for local variables. Maximum is 327680 bytes.
"C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe" --chip esp32s3 --port "COM4" --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0 "C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.bootloader.bin" 0x8000 "C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.partitions.bin" 0xe000 "C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13/tools/partitions/boot_app0.bin" 0xf70000 "C:\Users\christopher.donnelly\AppData\Local\Arduino15\packages\arduino\hardware\esp32\2.0.13\variants\arduino_nano_nora/extra/nora_recovery/nora_recovery.ino.bin" 0x10000 "C:\Users\christopher.donnelly\AppData\Local\Temp\arduino\sketches\05B953061243195040A204413C3C18FE/sketch_apr25a.ino.bin"
esptool.py v4.5.1
Serial port COM4
Connecting...
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
MAC: ec:da:3b:61:5a:84
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00003fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00f70000 to 0x00fb5fff...
Flash will be erased from 0x00010000 to 0x00055fff...
Compressed 15088 bytes to 10374...
Writing at 0x00000000... (100 %)
Wrote 15088 bytes (10374 compressed) at 0x00000000 in 0.2 seconds (effective 702.9 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 158...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (158 compressed) at 0x00008000 in 0.0 seconds (effective 900.0 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 1290.6 kbit/s)...
Hash of data verified.
Compressed 286544 bytes to 164238...
Writing at 0x00f70000... (9 %)
Writing at 0x00f7c345... (18 %)
Writing at 0x00f846ce... (27 %)
Writing at 0x00f89c7f... (36 %)
Writing at 0x00f8f0c1... (45 %)
Writing at 0x00f94428... (54 %)
Writing at 0x00f99a8a... (63 %)
Writing at 0x00fa2f29... (72 %)
Writing at 0x00faa52e... (81 %)
Writing at 0x00fafd85... (90 %)
Writing at 0x00fb5d66... (100 %)
Wrote 286544 bytes (164238 compressed) at 0x00f70000 in 1.9 seconds (effective 1227.8 kbit/s)...
Hash of data verified.
Compressed 286016 bytes to 163894...
Writing at 0x00010000... (9 %)
Writing at 0x0001c35d... (18 %)
Writing at 0x000246cb... (27 %)
Writing at 0x00029c65... (36 %)
Writing at 0x0002f0bd... (45 %)
Writing at 0x000343f2... (54 %)
Writing at 0x00039be2... (63 %)
Writing at 0x0004309a... (72 %)
Writing at 0x0004a4ab... (81 %)
Writing at 0x0004fd62... (90 %)
Writing at 0x00055d04... (100 %)
Wrote 286016 bytes (163894 compressed) at 0x00010000 in 2.1 seconds (effective 1099.4 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
This is the output for upload using programmer on a bare minimum sketch
I've also tried reinstalling the drivers, using this link here , but it didn't work either. The COM port stays COM 4
Edit: I bought a new Arduino Nano ESP32.
Hi, i'm experiencing the same topic here ...
got 2 arduino nano esp32 Boards with the same behavier:
i connect the bare board to USB-C, win11 starts to recognice a new usb-device, drops the device and starts the process again. on and on but with no COM-Ports or whatsever ...
when i try burning the bootloader via external FTDI Cable (B1<->GND Serial Monitor shows "waiting for Download") but the Devicemanager shows unknown Device at this point.
i then download the Bootloader via Arduino IDE (with all updates!) IDE says donwload success...
reset the device, usb-ping pong starts again. serial monitor shows at this point: "invalid header: 0xFFFFFFFF"
is there a bug in the bootloader ??? does an older version work?
i have not figured it out at the moment ...
help needed ...
1 Like
i have no clue how, but i managed to push the upload button (Upload using Programmer -> uses COM not DFU) so that the comming and going usb enumarated just at the right moment as COMx and the upload worked.
since then, dfu and everithing works fine again ...
what happend bevor to the device ???
1 Like
chrisd79:
on a bare minimum sketch
I confirm the upload works well - the board definitely should have recovered after that.
The only thing left I can think of is something in the sketch. Can you post your sketch code or try a "Blink" example?
I’ve tried the blink sketch, a blank sketch, my project sketch, and many others but nothing has changed.
Edit: I just bought a new ESP32.
Well... 5 ESP32's
Hi, I have similar problem. I was working with Arduino Nano ESP32 and my sketch, everything works fine within ~2h until some another upload when the board do not run my sketch anymore. It goes to a state when RGB led smoothly flashing from blue to red to green (let's name it BRG). I am trying to recover it on a Blink example:
double reset --> the rgb diode switch to shining green (with ca. 3sec period)
-> the COM5 port appears in device manager (I use Win11)
Run Upload the Blink example on Arduino IDE 2.3.2
-> compiling schetch ... OK
-> Download done.
DFU state(7) = dfuMANIFEST, status(0) = No error condition is present
DFU state(2) = dfuIDLE, status(0) = No error condition is present
Done!
then after
-> WIN11 beeps informing COM5 disappeared (indeed, no COM5 on the device manager)
-> the bottom-right popup hangs at Uploading... for a few seconds
-> then the popup says: "Port monitor error: command 'open' failed: Serial port not found..."
-> the board has back to BRG state
the sketch did not run
Performing step 1 goes again through all the steps again and again.
A few days ago I had similar problem, but somehow I could recover (no idea how). Now it stucked. I can't work with the board anymore. I tried power-off, but it didn't help. Board is selected properly "Arduino Nano ESP32", USB mode is "Normal mode (TinyUSB)". Prior the board refused to cooperate, I didn't run it into Debug mode, just perform another upload.
I can't find the solution to recover. Can someone from Arduino Team help?
@tobajer78 please follow this guide to restore the proper programming on your Nano ESP32:
Reset the Arduino bootloader on the Nano ESP32 – Arduino Help Center
1 Like
Iburelli, thanks for the advice. I tried this, but it didn't help as after entering the bootloader mode (RGB led dimmed purple), I could see COM4 appeared, but any attempt to load the sketch ended up with No DFU error.
I've made some research for the last few days and finally I concluded as follows:
my problems with running my sketch was in the sketch. Probably using delay() in ISR or second task run on the second processor hang the board and switch it to the BRG mode.
whenever BRG mode happened, I could not recover the board neither by double-reset and uploading the sketch nor by power-off and power-on by connecting/disconnecting the USB cable.
the board can be recover by power off, then power on from external supply using VIN pin with USB cable disconnected (this is important!). Then my sketch can run every time. Connecting USB again allow to continue the work with my sketch (I can upload without any problems).
1 Like
Happy to hear the problem is fixed for you!
For the record and others happening to end up in this situation, this should definitely not happen during the procedure in the link above. Perhaps you have not properly followed point 7:
Open Tools > Programmer and ensure Esptool is selected.
or perhaps point 8:
Select Sketch > Upload Using Programmer
If you follow both, the IDE will definitely not complain about DFU, as a different upload method (esptool
) will be used to recover the board.
Bumping this topic. I've had literally exactly the same problem. Basically dfu mode seems to somehow disappear from the device.
Edit: uploading via serial still works.
Hi @elromulous . Did you perform the procedure @lburelli mentioned earlier in the thread?:
After you successfully complete that procedure, are you able to do at least one normal upload afterwards?
I'm not sure I understood correctly what you mean by this. Please provide a more detailed description of what you mean by this in a reply on this forum thread to help us to understand it.
DFU stops working, but uploads can still be done via esptool. The steps above (and uploading) don't result in DFU mode returning (as confirmed via dfu-util -l). Additionally, I think the board information is different than before:
This (a boarding working with dfu, but subsequently "losing" dfu) has now happened on three different boards for me. It seems like somehow the bootloader has changed?
It also seems like the device types have changed (going from memory)
lsusb -v: Mozilla Community Pastebin/TbWoig6P (Plain Code)
|__ Port 003: Dev 017, If 0, Class=Communications, Driver=cdc_acm, 12M
|__ Port 003: Dev 017, If 1, Class=CDC Data, Driver=cdc_acm, 12M
|__ Port 003: Dev 017, If 2, Class=Vendor Specific Class, Driver=[none], 12M
p.s.
And one of them now shows up as a "Deneyap Kart G"