UpdateClass::end()

名称

UpdateClass::end()

説明

スケッチの更新を終了する。

書式

#include <Update.h>

bool UpdateClass::end(bool evenIfRemaining);

引数

evenIfRemaining スケッチの更新が完了していない場合も、終了処理(パーティション設定)を行う。

戻り値

登録結果。成功した場合は、true。失敗した場合は、false。

注意

UpdateというUpdateClassののオブジェクトが事前に定義されており、このオブジェクトを利用して操作する。

使用例

バージョン

Hardware:ESP-WROOM-32
Software:Arduino core for the ESP32 2.0.4

最終更新日

September 4, 2022

inserted by FC2 system