mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 11:06:37 +01:00
add information to OTA
made some changes to the OTA firmware udpate
This commit is contained in:
@@ -193,6 +193,7 @@ with open(APPIMG, "rb") as f:
|
||||
|
||||
Instead of reading the data to be written from a file, it can obviously also be received from a server using any suitable protocol, without the need to store it in the devices file system.
|
||||
|
||||
> For more information about the OTA process, go [here](/updatefirmware/OTA/)
|
||||
### pycom.diff_update_enabled()
|
||||
|
||||
Provides the status of the differential update feature. Returns `True` if differential update is enabled and `False` otherwise. `DIFF_UPDATE_ENABLED` build flag can be used to enable the differential update feature.
|
||||
@@ -201,4 +202,4 @@ Provides the status of the differential update feature. Returns `True` if differ
|
||||
|
||||
## Constants
|
||||
|
||||
`pycom.LittleFS`, `pycom.FACTORY`,`pycom.FAT`, `pycom.OTA_0`
|
||||
`pycom.LittleFS`, `pycom.FAT`, `pycom.FACTORY`, `pycom.OTA_0`
|
||||
|
||||
Reference in New Issue
Block a user