You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1502 from petermm/fix_boot_path_loading
Fix boot_path path loading
the boot path is a charlist eg erlang "".
https://github.com/atomvm/AtomVM/blob/ed48c7c99150e1d708183be6537e1c20c5263492/libs/esp32boot/esp32init.erl#L86
But storing it in nvs with nvs_put_binary, means it's stored as a binary.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
0 commit comments