mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
fix linker error (#21017)
This commit is contained in:
parent
c95483844a
commit
31adf74634
@ -11121,8 +11121,11 @@ void ScriptWebShow(char mc, uint8_t page) {
|
||||
|
||||
if (glob_script_mem.section_ptr) {
|
||||
|
||||
#ifdef USE_GOOGLE_CHARTS
|
||||
glob_script_mem.chartindex = 1;
|
||||
glob_script_mem.google_libs = 0;
|
||||
#endif
|
||||
|
||||
char *lp = glob_script_mem.section_ptr;
|
||||
if (mc == 'w') {
|
||||
while (*lp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user