ChickenManGame icon indicating copy to clipboard operation
ChickenManGame copied to clipboard

Reseting

Open Ald256 opened this issue 2 years ago • 4 comments

I'm sure a very basic question, but how do I reset from the simplecli? I've tried "reset", "reset ", "reset ". Everything comes back with "argument no recognized after 'reset' ", or something similar. This feel like a basic syntax or input issue, but I'm like 0/47 on variations.

Also, is there a way to reset via the html? Or from not hardlined into the device but over wifi? Like if we have a number of devices out for a large group.

Ald256 avatar Feb 05 '23 02:02 Ald256

Oh man it's been years since I've touched this project. Nice to see it's still getting some use.

If I remember correctly, you can reset the game pieces by pressing the reset button three times quickly on the ESP8266 itself.

I don't think there's a way to do this over Wi-Fi

brandonpaiz avatar Feb 05 '23 16:02 brandonpaiz

That works. I was interesting that command as a CLI, not a hard button. The .ino also started the CLI commands with a comment about the web interface I interpreted to mean being able to remotely reset a cooked chicken.

Appreciate the answer, thank you

Ald256 avatar Feb 05 '23 20:02 Ald256

The correct CLI command for reset is: reset -p "edfd8e8160383696120dfb444a8b43f1"

Assuming you kept de default SUPER_SECRET pass in config.h

Thelmos avatar Mar 01 '23 22:03 Thelmos

The correct CLI command for reset is:

reset -p "edfd8e8160383696120dfb444a8b43f1"

Assuming you kept de default SUPER_SECRET pass in config.h

So, push the reset button three times, got it.

JWhiteUX avatar Jul 30 '23 16:07 JWhiteUX