Seconb / Aimmy-Arduino-Edition

Aimmy... but with Arduino support!
Other
32 stars 7 forks source link

ERROR : Property 'upload.tool.serial' is undefined #8

Open pachara1337 opened 6 months ago

pachara1337 commented 6 months ago

ERROR : Property 'upload.tool.serial' is undefined, anyone know how to fix this? image

Seconb commented 6 months ago

you downloaded the wrong version of the arduino ide even though i listed the correct one on the github page and in the tutorial

pachara1337 commented 6 months ago

thank you, I forgot about that

pachara1337 commented 5 months ago

@Seconb I have a question, so now I want to unspoof after I unspoofed my COM port is still disappear how to make my COM port back again?

igorclerigo commented 5 months ago

@Seconb I have a question, so now I want to unspoof after I unspoofed my COM port is still disappear how to make my COM port back again?

i guess u need to do this:

Remove -DCDC_DISABLED flag (in boards.txt) Start uploading the blink example. When the IDE reports the memory usage, immediately press and release the reset button on the Arduino board.

pachara1337 commented 5 months ago

@Seconb I have a question, so now I want to unspoof after I unspoofed my COM port is still disappear how to make my COM port back again?

i guess u need to do this:

Remove -DCDC_DISABLED flag (in boards.txt) Start uploading the blink example. When the IDE reports the memory usage, immediately press and release the reset button on the Arduino board.

I cant find -DCDC_DISABLED flag in my boards.txt, can you help? what could lead to this problem

pachara1337 commented 5 months ago

@dokcreative Thanks man I did "When the IDE reports the memory usage, immediately press and release the reset button on the Arduino board." its work