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();
|
||||
}
|
||||
|
||||
#ifdef USE_BERRY_PARTITION_WIZARD
|
||||
// Display a Button to dynamically load the Partition Wizard
|
||||
void HandleBerryPartiionWizardLoaderButton(void) {
|
||||
bvm * vm = berry.vm;
|
||||
@ -785,6 +786,7 @@ void HandleBerryPartitionWizardLoader(void) {
|
||||
Webserver->send(302, "text/plain", "");
|
||||
}
|
||||
}
|
||||
#endif //USE_BERRY_PARTITION_WIZARD
|
||||
|
||||
// return true if successful
|
||||
bool BerryBECLoader(const char * url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user