1
0
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:
Markus Sattler 2015-12-05 17:16:53 +01:00
parent ac0264767a
commit 68a406274a

View File

@ -26,7 +26,7 @@ class UpdaterClass {
Call this to check the space needed for the update
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