-
@doudar Can you think of a good way to have local update server for testing? I was hoping for a way to be able to upload new firmware without having to change: SmartSpin2k/include/settings.h Line 24 in 6a01e1e |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Without changing, you'd have to setup a DNS server to resolve that to the local IP of a server hosting that file. For your own testing, it would probably be easiest if you just put the spiffs.bin and firmware.bin and version.txt from the .pio/build folder into your own OTAUpdates repository on github and point to the files with FW_UPDATEURL |
Beta Was this translation helpful? Give feedback.
-
Also, you bring up a great point I'll add to Issues. The root CA certificate is associated with Github. That would need to be changed if the files aren't hosted by github or the https request would fail. |
Beta Was this translation helpful? Give feedback.
-
@doudar Did I miss instructions on how to upload the firmware.bin and spiffs.bin to SmartSpin2k after building locally? |
Beta Was this translation helpful? Give feedback.
Without changing, you'd have to setup a DNS server to resolve that to the local IP of a server hosting that file.
For your own testing, it would probably be easiest if you just put the spiffs.bin and firmware.bin and version.txt from the .pio/build folder into your own OTAUpdates repository on github and point to the files with FW_UPDATEURL