Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

fix for bug prevening retry code in Star Fragment Lamp ( issue #2444)

Open jdimpson opened this issue 2 years ago • 0 comments

This change corrects the bug described in issue #2444. Specifically, it enables the intended behavior of the retry code in get_request() by passing a reference to code as the ping argument, rather than the output of the code. This means that the code will be retried as needed in get_request(), rather than tried only once.

Fixes #2444.

jdimpson avatar Mar 15 '23 00:03 jdimpson