-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware updater not compiling #25
Comments
Compiling .pio\build\release\src\main.cpp.o |
I believe it needs to call Edit: the following seems to be working:
I believe the new firmware needs to come from here: https://github.com/Lora-net/radio_firmware_images/tree/master/lr1110/transceiver but I don't have time right now to try it out (so close...) Update: looks like the update process succeeded:
|
commit b939635 fixed it. |
It seems the firmware updater does not compile in platformio,
there is a missing function for the dfu_bootload setup:
static int usrcmd_enter_bootloader_mode(int argc, char **argv)
{
// not found
wm1110Hw.enterBootloaderMode();
}
The text was updated successfully, but these errors were encountered: