Skip to content

Port selection dialog under "Tools" is greyed out/unselectable #2522

Open
@AzyFloof

Description

@AzyFloof

Describe the problem

After upgrading to 2.3.3 the Port option under Tools is greyed out. The IDE won't let me select any boards, regardless of which ones I have plugged in.
Uploading sketches obviously fails because of this, because the IDE thinks I don't have a board connected.
Using the Board/Port selection dropdown shows no boards listed

To reproduce

Plug in any arduino (I tried a bare ATMEGA328 with an FTDI dongle, an Arduino Micro, an Arduino Leonardo, and a Pololo A*Star 328 16MHz).
The ports option under tools is greyed out and I cannot select any board

Expected behavior

I expect a list of plugged in and supported boards to appear as a list under the Ports sub menu, and under the boards/ports dropdown list

Arduino IDE version

2.3.3

Operating system

Windows

Operating system version

10

Additional context

The issue is not present in 2.3.2 if I downgrade
I've tried uninstalling and reinstalling 2.3.3 manually but the issue persists
The ports of the connected boards show up in the device manager list in Windows
The problem persists if I try different cables and different USB ports
All my drivers are up to date

Issue checklist

  • I searched for previous reports in the issue tracker
    I verified the problem still occurs when using the latest nightly build
    My report contains all necessary details

Activity

self-assigned this
on Oct 5, 2024
per1234

per1234 commented on Oct 5, 2024

@per1234
Contributor

Hi @AzyFloof. Thanks for your report. I'm going to ask you to provide some additional information that might help us to identify the problem.


❗ This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
    A context menu will open.
  5. Select "Open PowerShell window here" from the menu.
    PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting up completely.
  9. Switch back to the PowerShell window if the Arduino IDE window took the focus.
  10. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  11. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Paste (Ctrl+V) the output in a reply to this GitHub issue thread.

Please let me know if you have any questions or problems while following those instructions.

RicoEllis13

RicoEllis13 commented on Dec 12, 2024

@RicoEllis13

I have similar issue, so I'm going to write about it down here.
I've installed Nullab AVR Compatible Boards (link: https://raw.githubusercontent.com/nulllaborg/arduino_nulllab/master/package_nulllab_boards_index.json) long time ago and it was working just fine, then at one moment, I wasn't able to choose this board in Tools (board didn't change) and when I tried to choose it in "Select Other Board and Port" window, that window blacked out. Same thing happends if I try to write in search bar "nu".
Image
I've tried to delete and reinstall Nullab board in board manager, then Arduino IDE, but it didn't fix anything. I've tried other versions and this issue occurs only in 2.3.3v and 2.3.4v (it also occurs in Nightly Build). It doesn't occur on clear PC (where I never had Arduino IDE 2.x) in same circumstances. I have some other boards and libraries installed though.
Also, here's the thing you asked author for, if that helps:

PS D:\Users\Mi\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS D:\Users\Mi\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.3.3
Checking for frontend application configuration customizations. Module path: D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.3" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.0.4" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-09-25T09:41:18.242Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.3","cliVersion":"1.0.4","buildDate":"2024-09-25T09:41:18.242Z"}
Starting backend process. PID: 4532
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/Mi/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2024-12-12T19:14:34.034Z root INFO Backend Object.initialize: 4.5 ms [Finished 0.658 s after backend start]
2024-12-12T19:14:34.034Z root INFO Backend Object.configure: 3.5 ms [Finished 0.658 s after backend start]
2024-12-12T19:14:34.034Z root INFO Backend a.onStart: 1.8 ms [Finished 0.658 s after backend start]
2024-12-12T19:14:34.035Z root INFO Backend a.configure: 0.3 ms [Finished 0.681 s after backend start]
2024-12-12T19:14:34.035Z root INFO Backend d.onStart: 0.2 ms [Finished 0.681 s after backend start]
2024-12-12T19:14:34.036Z root INFO Backend d.configure: 0.1 ms [Finished 0.681 s after backend start]
2024-12-12T19:14:34.036Z root INFO Backend d.initialize: 22.5 ms [Finished 0.681 s after backend start]
2024-12-12T19:14:34.037Z root INFO Backend c.onStart: 0.2 ms [Finished 0.681 s after backend start]
2024-12-12T19:14:34.037Z root INFO Backend s.configure: 1.0 ms [Finished 0.682 s after backend start]
2024-12-12T19:14:34.038Z config INFO >>> Initializing CLI configuration...
2024-12-12T19:14:34.038Z root INFO Backend c.initialize: 0.4 ms [Finished 0.682 s after backend start]
2024-12-12T19:14:34.039Z root INFO Backend x.onStart: 0.6 ms [Finished 0.683 s after backend start]
2024-12-12T19:14:34.039Z config INFO Loading CLI configuration from c:\Users\Mi\.arduinoIDE\arduino-cli.yaml...
2024-12-12T19:14:34.040Z daemon INFO Starting daemon from D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2024-12-12T19:14:34.040Z root INFO Backend s.initialize: 0.3 ms [Finished 0.683 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend w.onStart: 0.8 ms [Finished 0.684 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend r.configure: 1.3 ms [Finished 0.684 s after backend start]
2024-12-12T19:14:34.040Z discovery-log INFO start
2024-12-12T19:14:34.040Z discovery-log INFO start new deferred
2024-12-12T19:14:34.040Z root INFO Backend d.initialize: 0.4 ms [Finished 0.685 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend y.onStart: 1.7 ms [Finished 0.686 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend r.configure: 1.4 ms [Finished 0.686 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend s.onStart: 0.6 ms [Finished 0.687 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend h.configure: 0.5 ms [Finished 0.687 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend a.configure: 0.1 ms [Finished 0.688 s after backend start]
2024-12-12T19:14:34.040Z root INFO Backend l.configure: 0.1 ms [Finished 0.688 s after backend start]
2024-12-12T19:14:34.043Z root INFO Theia app listening on http://127.0.0.1:53078.
2024-12-12T19:14:34.043Z root INFO Finished starting backend application: 2.8 ms [Finished 0.690 s after backend start]
2024-12-12T19:14:34.044Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Mi/.arduinoIDE/plugins does not exist.
2024-12-12T19:14:34.044Z root WARN The local plugin referenced by local-dir:/c%3A/Users/Mi/.arduinoIDE/extensions does not exist.
2024-12-12T19:14:34.044Z root WARN The local plugin referenced by local-dir:C:\Users\Mi\.arduinoIDE\plugins does not exist.
2024-12-12T19:14:34.052Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json","https://raw.githubusercontent.com/nulllaborg/arduino_nulllab/master/package_nulllab_boards_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\Mi\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\Mi\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\Mi\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"ru","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2024-12-12T19:14:34.052Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2024-12-12T19:14:34.052Z config INFO Loaded the CLI configuration.
Restoring workspace roots: c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1
isTempSketch: false. Input was c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1\Glove_Right_modded_chAdr1.ino
2024-12-12T19:14:34.067Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/Mi/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/Mi/Documents/Arduino","additionalUrls":["https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json","https://raw.githubusercontent.com/nulllaborg/arduino_nulllab/master/package_nulllab_boards_index.json"],"network":"none","locale":"ru"}
2024-12-12T19:14:34.067Z config INFO Validating the CLI configuration...
2024-12-12T19:14:34.068Z config INFO The CLI config is valid.
2024-12-12T19:14:34.068Z config INFO <<< Initialized the CLI configuration.
2024-12-12T19:14:34.092Z root INFO Resolve plugins list: 53.1 ms [Finished 0.739 s after backend start]
2024-12-12T19:14:34.222Z daemon INFO time="2024-12-12T22:14:34+03:00" level=info msg="arduino-cli version 1.0.4"
time="2024-12-12T22:14:34+03:00" level=info msg="Using config file: c:\\Users\\Mi\\.arduinoIDE\\arduino-cli.yaml"
time="2024-12-12T22:14:34+03:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:53079
{"IP":"127.0.0.1","Port":"53079"}
2024-12-12T19:14:34.222Z daemon INFO Daemon is running.
2024-12-12T19:14:34.319Z daemon INFO time="2024-12-12T22:14:34+03:00" level=info msg="Checking signature" index="c:\\Users\\Mi\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\Mi\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2024-12-12T22:14:34+03:00" level=info msg="Missing signature file" index="c:\\Users\\Mi\\AppData\\Local\\Arduino15\\package_lgt8fx_index.json"
time="2024-12-12T22:14:34+03:00" level=info msg="Missing signature file" index="c:\\Users\\Mi\\AppData\\Local\\Arduino15\\package_nulllab_boards_index.json"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading hardware from: c:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package arduino from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2024-12-12T22:14:34+03:00" level=info msg="Missing signature file" index="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json"
time="2024-12-12T22:14:34+03:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.6"
time="2024-12-12T22:14:34+03:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading tools from dir: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.11.0-arduino5"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package atmel-avr-xminis from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware"
time="2024-12-12T22:14:34+03:00" level=info msg="Missing signature file" index="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware\\avr\\0.6.0\\installed.json"
time="2024-12-12T22:14:34+03:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded platform" platform="atmel-avr-xminis:avr@0.6.0"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package builtin from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2024-12-12T22:14:34+03:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading tools from dir: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.6"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.8"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.9"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.3"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.0"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.1"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.12.0"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.13.0"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.14.1"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package esp32 from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
time="2024-12-12T22:14:34+03:00" level=info msg="Missing signature file" index="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.5\\installed.json"
2024-12-12T19:14:34.496Z daemon INFO time="2024-12-12T22:14:34+03:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded platform" platform="esp32:esp32@3.0.5"
time="2024-12-12T22:14:34+03:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading tools from dir: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esp-rv32@2302"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esp-x32@2302"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esp-xs2@2302"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esp-xs3@2302"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esp32-arduino-libs@idf-release_v5.1-33fbade6"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:esptool_py@4.6"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:openocd-esp32@v0.12.0-esp32-20240821"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gdb@12.1_20231023"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp-elf-gdb@12.1_20231023"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package lgt8fx from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\lgt8fx\\hardware"
time="2024-12-12T22:14:34+03:00" level=info msg="Loading package nulllab avr compatible boards from: C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\nulllab avr compatible boards\\hardware"
time="2024-12-12T22:14:34+03:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2024-12-12T22:14:34+03:00" level=info msg="Loaded platform" platform="nulllab avr compatible boards:avr@1.0.3"
time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\atmel-avr-xminis\\hardware\\avr\\0.6.0\\libraries" isSingleLibrary=false location=platform
time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\3.0.5\\libraries" isSingleLibrary=false location=platform
2024-12-12T19:14:34.499Z daemon INFO time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\nulllab avr compatible boards\\hardware\\avr\\1.0.3\\libraries" isSingleLibrary=false location=platform
time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2024-12-12T22:14:34+03:00" level=info msg="Loading libraries index file" index="c:\\Users\\Mi\\AppData\\Local\\Arduino15\\library_index.json"
2024-12-12T19:14:34.907Z daemon INFO time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2024-12-12T22:14:34+03:00" level=info msg="Adding libraries dir" dir="c:\\Users\\Mi\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2024-12-12T19:14:35.187Z root INFO Deploy plugins list: 53.1 ms [Finished 1.834 s after backend start]
2024-12-12T19:14:35.493Z discovery-log INFO start resolved watching
2024-12-12T19:14:35.530Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM10","label":"COM10","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2024-12-12T19:14:35.530Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2024-12-12T19:14:35.530Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2024-12-12T19:14:35.531Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM9","label":"COM9","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2024-12-12T19:14:35.531Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM19","label":"COM19","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2024-12-12T19:14:35.531Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM18","label":"COM18","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-12-12T19:14:36.332Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 148.5 ms [Finished 2.204 s after frontend start]
2024-12-12T19:14:36.332Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-12-12T19:14:36.466Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1\Glove_Right_modded_chAdr1.ino>, response: <c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1>.
2024-12-12T19:14:36.602Z root INFO Start frontend contributions: 507.2 ms [Finished 2.494 s after frontend start]
2024-12-12T19:14:36.603Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-12-12T19:14:36.625Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-12-12T19:14:36.626Z root INFO >>> Restoring the layout state...
2024-12-12T19:14:36.627Z root INFO ------- SERIALIZED LAYOUT DATA -------
2024-12-12T19:14:36.628Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/Mi/Documents/Arduino/Arduino_github/RicoEllis13-wireless_gloves_with_finger_tracking/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B%20%D0%BF%D1%80%D0%B0%D0%B2%D1%8B%D1%85%20%D1%80%D1%83%D0%BA/Glove_Right_modded_chAdr1/Glove_Right_modded_chAdr1.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":8,\"column\":1},\"position\":{\"lineNumber\":8,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":62,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":257,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Поиск\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"С учетом регистра\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Слово целиком\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Использовать регулярное выражение\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Включить игнорируемые файлы\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Поиск\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":268},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"code-editor-opener:file:///c%3A/Users/Mi/Documents/Arduino/Arduino_github/RicoEllis13-wireless_gloves_with_finger_tracking/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B%20%D0%BF%D1%80%D0%B0%D0%B2%D1%8B%D1%85%20%D1%80%D1%83%D0%BA/Glove_Right_modded_chAdr1/Glove_Right_modded_chAdr1.ino:0"}
2024-12-12T19:14:36.628Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2024-12-12T19:14:36.899Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Waiting for backend deployment: 106.7 ms [Finished 2.596 s after frontend start]
2024-12-12T19:14:37.042Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300) starting instance
2024-12-12T19:14:38.173Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Sync of 23 plugins: 1489.3 ms [Finished 4.086 s after frontend start]
2024-12-12T19:14:38.300Z root INFO <<< The layout has been successfully restored.
2024-12-12T19:14:38.438Z root INFO Initialize the workbench layout: 1689.0 ms [Finished 4.212 s after frontend start]
2024-12-12T19:14:38.441Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-12-12T19:14:38.441Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Loading plugin contributions
2024-12-12T19:14:38.441Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Load contributions of 23 plugins: 135.2 ms [Finished 4.349 s after frontend start]
2024-12-12T19:14:38.454Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-12-12T19:14:38.454Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
2024-12-12T19:14:39.008Z root ERROR [hosted-plugin: 2300] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-12-12T19:14:39.027Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): PluginManagerExtImpl/init()
2024-12-12T19:14:39.028Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-arduino-api@0.1.2 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.108Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(cortex-debug@1.5.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.108Z root INFO [hosted-plugin: 2300] Debugger contribution has been registered: cortex-debug
2024-12-12T19:14:39.109Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-arduino-tools@0.1.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.109Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(cpp@1.52.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.110Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(json@1.46.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.110Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(json-language-features@1.46.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.111Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-bg@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.111Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-cs@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.112Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-de@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.113Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-es@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.114Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-fr@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.114Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-hu@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.114Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-it@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.115Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-ja@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.115Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-ko@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.116Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-nl@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.116Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-pl@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.116Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-pt-BR@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.117Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-ru@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.117Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-tr@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.117Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-uk@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.118Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-zh-hans@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.118Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): initializing(vscode-language-pack-zh-hant@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:14:39.365Z root ERROR ---- !!!SLOW!!! DURATION: search took 358.101 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
2024-12-12T19:14:39.366Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2024-12-12T19:14:39.464Z root INFO Frontend application start: 3182.7 ms [Finished 6.112 s after backend start]
Checking for update
2024-12-12T19:14:39.479Z root INFO Replace loading indicator with ready workbench UI (animation): 883.4 ms [Finished 5.236 s after frontend start]
2024-12-12T19:14:39.479Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-12-12T19:14:39.479Z root WARN Linked preference "workbench.colorCustomizations" not found.
2024-12-12T19:14:39.528Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.528Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.528Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.529Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.794Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:14:39.795Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
Found version 2.3.4 (url: arduino-ide_2.3.4_Windows_64bit.exe)
2024-12-12T19:14:40.121Z root ERROR ---- !!!SLOW!!! DURATION: search took 641.899 ms. Args: [{"type":"Updatable"}] ----
2024-12-12T19:14:40.126Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
2024-12-12T19:14:40.127Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.1-33fbade6"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20240821"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2302"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.6"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@12.1_20231023"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esp-xs2@2302"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2302"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@12.1_20231023"
time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
2024-12-12T19:14:40.127Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Tool required for debug" tool="esp32:esp-xs3@2302"
2024-12-12T19:14:40.127Z root ERROR Failed to get debug config: arduino:avr:uno, undefined Error: Debugging is not supported.
    at Object.callback (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:82356)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:937970)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933919)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933364)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1019505
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-12-12T19:14:40.128Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
    at Object.callback (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:82356)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:937970)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933919)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933364)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1019505
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-12-12T19:14:40.136Z root INFO [hosted-plugin: 2300] calling activation function on Arduino IDE API for VS Code extensions
2024-12-12T19:14:40.162Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2024-12-12T19:14:40.195Z root INFO [hosted-plugin: 2300] calling activation function on JSON Language Features (built-in)
2024-12-12T19:14:40.231Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2024-12-12T19:14:40.275Z root INFO [hosted-plugin: 2300] calling activation function on VS Code Arduino Tools
2024-12-12T19:14:40.277Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Starting plugins.
2024-12-12T19:14:40.279Z root INFO [hosted-plugin: 2300] PLUGIN_HOST(2300): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2024-12-12T19:14:40.317Z root INFO [hosted-plugin: 2300] Debug configuration provider has been registered: cortex-debug, trigger: 1
2024-12-12T19:14:40.318Z root INFO [hosted-plugin: 2300] calling activation function on Cortex-Debug
2024-12-12T19:14:40.322Z root INFO [hosted-plugin: 2300] GDB server console created
2024-12-12T19:14:40.327Z root INFO [d754707c-9889-4a1b-a5fe-fc9c9ce9570e] Start of 23 plugins: 1882.0 ms [Finished 6.238 s after frontend start]
2024-12-12T19:14:40.346Z root INFO Starting language server: arduino:avr:uno
2024-12-12T19:14:40.421Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2024-12-12T19:14:40.421Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2024-12-12T19:14:40.421Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Adding libraries dir" dir="c:\\Users\\Mi\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2024-12-12T19:14:40.627Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Resolving include SPI.h for arch avr"
2024-12-12T19:14:40.627Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="  found better lib" lib=SPI prio=6B0
2024-12-12T19:14:40.684Z daemon INFO time="2024-12-12T22:14:40+03:00" level=info msg="Resolving include nRF24L01.h for arch avr"
time="2024-12-12T22:14:40+03:00" level=info msg="  found better lib" lib=RF24 prio=3EB
2024-12-12T19:14:41.293Z daemon INFO time="2024-12-12T22:14:41+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2024-12-12T19:14:41.293Z daemon INFO time="2024-12-12T22:14:41+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2024-12-12T19:14:41.293Z daemon INFO time="2024-12-12T22:14:41+03:00" level=info msg="Adding libraries dir" dir="c:\\Users\\Mi\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2024-12-12T19:32:53.446Z root ERROR ---- !!!SLOW!!! DURATION: search took 578.212 ms. Args: [{"query":"","type":"Installed","topic":"All"}] ----
2024-12-12T19:37:42.324Z config INFO Updating daemon with 'data': {
  "board_manager": {
    "additional_urls": [
      "https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json",
      "https://raw.githubusercontent.com/nulllaborg/arduino_nulllab/master/package_nulllab_boards_index.json"
    ]
  },
  "build_cache": {
    "compilations_before_purge": 10,
    "ttl": "720h0m0s"
  },
  "daemon": {
    "port": "50051"
  },
  "directories": {
    "data": "c:\\Users\\Mi\\AppData\\Local\\Arduino15",
    "user": "c:\\Users\\Mi\\Documents\\Arduino"
  },
  "library": {
    "enable_unsafe_install": false
  },
  "locale": "en",
  "logging": {
    "file": "",
    "format": "text",
    "level": "info"
  },
  "metrics": {
    "addr": ":9090",
    "enabled": true
  },
  "output": {
    "no_color": false
  },
  "sketch": {
    "always_export_binaries": false
  },
  "updater": {
    "enable_notification": true
  },
  "network": {}
}
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
2024-12-12T19:37:42.486Z root ERROR Uncaught Exception:  Error: transport close
2024-12-12T19:37:42.486Z root ERROR Error: transport close
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1244921
    at Map.forEach (<anonymous>)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1244900
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1212097
    at i.invoke (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1212187)
    at a.fire (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1213990)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1239783
    at Map.forEach (<anonymous>)
    at Object.<anonymous> (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1239753)
    at e.dispose (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1205156)
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2024-12-12T19:37:44.074Z root WARN A command editor.action.toggleStickyScroll is already registered.
2024-12-12T19:37:44.407Z root INFO Start frontend contributions: 308.5 ms [Finished 1.758 s after frontend start]
2024-12-12T19:37:44.407Z root INFO Changed application state from 'init' to 'started_contributions'.
2024-12-12T19:37:44.407Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2024-12-12T19:37:44.407Z root INFO >>> Restoring the layout state...
2024-12-12T19:37:44.407Z root INFO ------- SERIALIZED LAYOUT DATA -------
2024-12-12T19:37:44.407Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/Mi/Documents/Arduino/Arduino_github/RicoEllis13-wireless_gloves_with_finger_tracking/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B%20%D0%BF%D1%80%D0%B0%D0%B2%D1%8B%D1%85%20%D1%80%D1%83%D0%BA/Glove_Right_modded_chAdr1/Glove_Right_modded_chAdr1.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":2,\"column\":22},\"position\":{\"lineNumber\":2,\"column\":22}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":62,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"}],"currentIndex":0}},"pinned":[false],"size":257,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Поиск\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"С учетом регистра\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Слово целиком\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Использовать регулярное выражение\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Включить игнорируемые файлы\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Поиск\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":268},"rightPanel":{"type":"sidepanel","items":[]}}
2024-12-12T19:37:44.407Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2024-12-12T19:37:44.425Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Waiting for backend deployment: 212.0 ms [Finished 1.966 s after frontend start]
2024-12-12T19:37:44.915Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436) starting instance
2024-12-12T19:37:45.452Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Sync of 23 plugins: 1027.6 ms [Finished 2.993 s after frontend start]
2024-12-12T19:37:45.533Z root INFO <<< The layout has been successfully restored.
2024-12-12T19:37:45.607Z root INFO Initialize the workbench layout: 1291.7 ms [Finished 3.075 s after frontend start]
2024-12-12T19:37:45.609Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2024-12-12T19:37:45.609Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Loading plugin contributions
2024-12-12T19:37:45.609Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Load contributions of 23 plugins: 72.9 ms [Finished 3.148 s after frontend start]
2024-12-12T19:37:45.616Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2024-12-12T19:37:45.617Z root WARN a registered grammar configuration for 'cpp' language is overridden
2024-12-12T19:37:46.045Z root ERROR [hosted-plugin: 11436] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2024-12-12T19:37:46.063Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): PluginManagerExtImpl/init()
2024-12-12T19:37:46.064Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-arduino-api@0.1.2 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.127Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(cortex-debug@1.5.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.127Z root INFO [hosted-plugin: 11436] Debugger contribution has been registered: cortex-debug
2024-12-12T19:37:46.128Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-arduino-tools@0.1.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.129Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(cpp@1.52.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.129Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(json@1.46.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.130Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(json-language-features@1.46.1 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.131Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-bg@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.131Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-cs@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.132Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-de@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.133Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-es@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.134Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-fr@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.134Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-hu@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.135Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-it@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.135Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-ja@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.136Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-ko@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.136Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-nl@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.137Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-pl@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.138Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-pt-BR@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.138Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-ru@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.139Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-tr@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.139Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-uk@1.48.3 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.140Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-zh-hans@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.140Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): initializing(vscode-language-pack-zh-hant@1.80.0 with D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2024-12-12T19:37:46.156Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2024-12-12T19:37:46.161Z root INFO [hosted-plugin: 11436] calling activation function on Arduino IDE API for VS Code extensions
2024-12-12T19:37:46.164Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2024-12-12T19:37:46.205Z root INFO [hosted-plugin: 11436] calling activation function on JSON Language Features (built-in)
2024-12-12T19:37:46.254Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2024-12-12T19:37:46.297Z root INFO [hosted-plugin: 11436] calling activation function on VS Code Arduino Tools
2024-12-12T19:37:46.320Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Starting plugins.
2024-12-12T19:37:46.323Z root INFO [hosted-plugin: 11436] PLUGIN_HOST(11436): PluginManagerExtImpl/loadPlugin(D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2024-12-12T19:37:46.377Z root INFO [hosted-plugin: 11436] Debug configuration provider has been registered: cortex-debug, trigger: 1
2024-12-12T19:37:46.378Z root INFO [hosted-plugin: 11436] calling activation function on Cortex-Debug
2024-12-12T19:37:46.385Z root INFO [hosted-plugin: 11436] GDB server console created
2024-12-12T19:37:46.394Z root INFO [40671319-18ff-45fb-89fc-4861f75c331a] Start of 23 plugins: 781.7 ms [Finished 3.934 s after frontend start]
2024-12-12T19:37:46.634Z root INFO Frontend application start: 2594.2 ms [Finished 1393.279 s after backend start]
2024-12-12T19:37:46.653Z root INFO Replace loading indicator with ready workbench UI (animation): 838.1 ms [Finished 3.989 s after frontend start]
2024-12-12T19:37:46.653Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2024-12-12T19:37:46.653Z root WARN Linked preference "workbench.colorCustomizations" not found.
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.783Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.784Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:46.813Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.813Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.813Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.813Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.814Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver_IP>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <preps.ino> and sketch folder name <Glove_code>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Getting_IP.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded_test>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver3>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver4>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver5>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver6Wrong>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Wheel_func.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Arm_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.815Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Web_interface.ino> and sketch folder name <Receiver_modded3>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preparations.ino> and sketch folder name <Receiver1_new_lib>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Compl_func.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm1>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Manual_control.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Sending.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Platform_movement.ino> and sketch folder name <Robot_programm_mk2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_debug_test>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preparation.ino> and sketch folder name <Receiver2_copy_20231202232051>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Debug_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Nextion_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Joysticks_func.ino> and sketch folder name <New_control_ard>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <RIDE.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <movement_of_the_manipulator.ino> and sketch folder name <FULL_PROGRAMM>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Receiver5.ino> and sketch folder name <Receiver5_outdated>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Glove_Left.ino> and sketch folder name <Glove_Left_outdated>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Glove_Right.ino> and sketch folder name <Glove_Right_outdated>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethrnet_send.ino> and sketch folder name <Receiver_modded1>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded2>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Preps.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_1st>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_2nd>. Skipping
2024-12-12T19:37:46.816Z sketches-service WARN Mismatching sketch file <Ethernet_send.ino> and sketch folder name <Receiver_modded3_forTests>. Skipping
2024-12-12T19:37:47.008Z root INFO Starting language server: arduino:avr:uno
2024-12-12T19:37:47.122Z daemon INFO time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.14.1"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp-elf-gdb@12.1_20231023"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esp-x32@2302"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.11.0-arduino5"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.4.1"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esp-rv32@2302"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@4.6"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:openocd-esp32@v0.12.0-esp32-20240821"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esp-xs3@2302"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="builtin:dfu-discovery@0.1.2"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.9"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esp-xs2@2302"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:esp32-arduino-libs@idf-release_v5.1-33fbade6"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:mkspiffs@0.2.3"
time="2024-12-12T22:37:47+03:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gdb@12.1_20231023"
2024-12-12T19:37:47.129Z root ERROR Failed to get debug config: arduino:avr:uno, undefined Error: Debugging is not supported.
    at Object.callback (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:82356)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:937970)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933919)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933364)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1019505
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-12-12T19:37:47.129Z root ERROR Request checkDebugEnabled failed with error: Debugging is not supported. Error: Debugging is not supported.
    at Object.callback (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:82356)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:937970)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933919)
    at Object.onReceiveStatus (D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:933364)
    at D:\Users\Mi\AppData\Local\Programs\Arduino IDE\resources\app\lib\backend\main.js:2:1019505
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2024-12-12T19:37:47.290Z root ERROR ---- !!!SLOW!!! DURATION: search took 630.808 ms. Args: [{"type":"Updatable"}] ----
2024-12-12T19:37:47.292Z daemon INFO time="2024-12-12T22:37:47+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2024-12-12T22:37:47+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
time="2024-12-12T22:37:47+03:00" level=info msg="Adding libraries dir" dir="c:\\Users\\Mi\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2024-12-12T19:37:47.497Z daemon INFO time="2024-12-12T22:37:47+03:00" level=info msg="Resolving include SPI.h for arch avr"
time="2024-12-12T22:37:47+03:00" level=info msg="  found better lib" lib=SPI prio=6B0
2024-12-12T19:37:47.553Z daemon INFO time="2024-12-12T22:37:47+03:00" level=info msg="Resolving include nRF24L01.h for arch avr"
time="2024-12-12T22:37:47+03:00" level=info msg="  found better lib" lib=RF24 prio=3EB
2024-12-12T19:37:48.145Z daemon INFO time="2024-12-12T22:37:48+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2024-12-12T19:37:48.146Z daemon INFO time="2024-12-12T22:37:48+03:00" level=info msg="Adding libraries dir" dir="C:\\Users\\Mi\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" isSingleLibrary=false location=platform
2024-12-12T19:37:48.146Z daemon INFO time="2024-12-12T22:37:48+03:00" level=info msg="Adding libraries dir" dir="c:\\Users\\Mi\\Documents\\Arduino\\libraries" isSingleLibrary=false location=user
2024-12-12T19:38:28.182Z root ERROR c: Invalid FQBN: nulllab avr compatible boards:avr:Nano
    at new s (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:9295163)
    at b (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:2056191)
    at a (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:2055094)
    at file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:2055303
    at Array.map (<anonymous>)
    at e.decorateBoards (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:2055193)
    at l.renderBoards (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:1466953)
    at l.renderContainer (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:1466702)
    at l.render (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:1466288)
    at Ta (file:///D:/Users/Mi/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/frontend/bundle.js:2:10197340)
isTempSketch: false. Input was c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1
Marking workspace as a closed sketch. Workspace URI: file:///c%3A/Users/Mi/Documents/Arduino/Arduino_github/RicoEllis13-wireless_gloves_with_finger_tracking/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B%20%D0%BF%D1%80%D0%B0%D0%B2%D1%8B%D1%85%20%D1%80%D1%83%D0%BA/Glove_Right_modded_chAdr1. Date: 1734033537209.
isTempSketch: false. Input was c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1
Marking workspace as a closed sketch. Workspace URI: file:///c%3A/Users/Mi/Documents/Arduino/Arduino_github/RicoEllis13-wireless_gloves_with_finger_tracking/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D1%8B%20%D0%BF%D1%80%D0%B0%D0%B2%D1%8B%D1%85%20%D1%80%D1%83%D0%BA/Glove_Right_modded_chAdr1. Date: 1734033537214.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
Storing the sketch as a workspace root: <c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1>.
Skipped storing sketch as workspace root. Already visited: <c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1>.
Stored workspaces roots: c:\Users\Mi\Documents\Arduino\Arduino_github\RicoEllis13-wireless_gloves_with_finger_tracking\Программы правых рук\Glove_Right_modded_chAdr1
No sketches were scheduled for deletion.
d3lta-v

d3lta-v commented on Jan 15, 2025

@d3lta-v

Hi all,

I was experiencing this exact issue with my own company's board cores made for Arduino IDE (I am on version 2.3.4, and this issue did not exist on version 2.3.2).

I believe I have determined the source of the problem, as my own debug logs are not too dissimilar to the example above:

2025-01-15T06:52:54.768Z root ERROR c: Invalid FQBN: SSTuino II Series Boards:megaavr:4809
    at s (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:9316246)
    at b (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:2055780)
    at a (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:2054726)
    at file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:2054935
    at Array.map (<anonymous>)
    at e.decorateBoards (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:2054825)
    at l.renderBoards (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:1456660)
    at l.renderContainer (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:1456409)
    at l.render (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:1455995)
    at Ta (file:///Applications/Arduino%20IDE.app/Contents/Resources/app/lib/frontend/bundle.js:2:10218422)

This indicates that Arduino IDE versions 2.3.3 onwards contains a bug that does not recognise spaces in the name field of package.json files, which forms part of the board's FQBN. However, the latest specification for the name field in package.json does not indicate that spaces and special characters are prohibited which can be confusing to new developers.

{
  "packages": [
    {
      "name": "nulllab avr compatible boards",               <--------THIS IS THE ISSUE
      "maintainer": "nulllab.org",
      "websiteURL": "https://github.com/nulllaborg/arduino_nulllab",
      "email": "nulljun@nulllab.cn",
...

The fastest fix is to temporarily downgrade to IDE 2.3.2, request the board maintainer to modify their package.json's name and packager fields to not contain any spaces (see my updated package.json for an example). After which, delete the Additional Board Managers URL, exit the IDE, and add back the URL to force a refresh. Remove the existing board package and reinstall the latest version of the board and the issue should be completely gone.

Image

^ Delete this URL and add it back to force a refresh


One final note: Arduino IDE 2 has a smart feature which caches the last used board for every sketch so that sketches will open with the right board and serial port upon startup, but this can cause issues if the last used board has this issue with their FQBN. You will need to downgrade the IDE, change the selected board to a known good board with no such issue, install the patch, upgrade the IDE and change the selected board back. If Arduino maintainers knows how to clear this cache manually (and maybe add a button to clear the cache in the settings), let us know! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @d3lta-v@per1234@AzyFloof@RicoEllis13

      Issue actions

        Port selection dialog under "Tools" is greyed out/unselectable · Issue #2522 · arduino/arduino-ide