mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
fix compilation without PARTITION_WIZARD (#20009)
This commit is contained in:
parent
7e384ebff8
commit
0b54b7df40
@ -761,6 +761,7 @@ void HandleBerryConsole(void)
|
|||||||
WSContentStop();
|
WSContentStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_BERRY_PARTITION_WIZARD
|
||||||
// Display a Button to dynamically load the Partition Wizard
|
// Display a Button to dynamically load the Partition Wizard
|
||||||
void HandleBerryPartiionWizardLoaderButton(void) {
|
void HandleBerryPartiionWizardLoaderButton(void) {
|
||||||
bvm * vm = berry.vm;
|
bvm * vm = berry.vm;
|
||||||
@ -785,6 +786,7 @@ void HandleBerryPartitionWizardLoader(void) {
|
|||||||
Webserver->send(302, "text/plain", "");
|
Webserver->send(302, "text/plain", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif //USE_BERRY_PARTITION_WIZARD
|
||||||
|
|
||||||
// return true if successful
|
// return true if successful
|
||||||
bool BerryBECLoader(const char * url) {
|
bool BerryBECLoader(const char * url) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user