Skip to content

Commit

Permalink
Merge pull request #7654 from dhalbert/8.0.x-7652
Browse files Browse the repository at this point in the history
8.0.x Backport of #7652 ("soft reboot" printing); update frozen libraries
  • Loading branch information
dhalbert committed Feb 28, 2023
2 parents 460dda0 + 9b2f1ab commit bdb9816
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frozen/Adafruit_CircuitPython_LIS3DH
1 change: 1 addition & 0 deletions main.c
Expand Up @@ -1012,6 +1012,7 @@ int __attribute__((used)) main(void) {
if (!simulate_reset) {
serial_write_compressed(translate("soft reboot\n"));
}
simulate_reset = false;
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
// If code.py did a fake deep sleep, pretend that we
// are running code.py for the first time after a hard
Expand Down

0 comments on commit bdb9816

Please sign in to comment.