mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
add parameter name to h for better reading
This commit is contained in:
parent
ac0264767a
commit
68a406274a
@ -26,7 +26,7 @@ class UpdaterClass {
|
|||||||
Call this to check the space needed for the update
|
Call this to check the space needed for the update
|
||||||
Will return false if there is not enough space
|
Will return false if there is not enough space
|
||||||
*/
|
*/
|
||||||
bool begin(size_t size, int = U_FLASH);
|
bool begin(size_t size, int command = U_FLASH);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Writes a buffer to the flash and increments the address
|
Writes a buffer to the flash and increments the address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user