NordicSemiconductor / NAT-TestFirmware

Used to test NAT timeouts, sends messages to NAT-TestServer
Other
0 stars 0 forks source link

Give feedback in UI that system is working as expected #2

Closed jhn-nordic closed 4 years ago

jhn-nordic commented 4 years ago

During TCP tests the intervals can get quite long, and it can happen that i.e. the terminal is freezing but you really do not know.

I suggest adding something like this https://stackoverflow.com/questions/4995733/how-to-create-a-spinning-command-line-cursor in the uart output and use the leds to show if it is still running or it has completed

boundlesscalm commented 4 years ago

90239e9

coderbyheart commented 4 years ago
Waiting - %f seconds
Waiting - %f seconds

is not really helpful.

coderbyheart commented 4 years ago

Feedback is given every 5 seconds, should be 60.

boundlesscalm commented 4 years ago

Was caused by wrong hex being uploaded. Functional now.