Skip to content

Commit 76279f4

Browse files
committed
theFuji is a pointer in fnWiFi too
1 parent f6603d7 commit 76279f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hardware/fnWiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ void WiFiManager::_wifi_event_handler(void *arg, esp_event_base_t event_base,
638638
// #endif
639639
#ifdef BUILD_ATARI // temporary
640640
if (Config.get_general_config_enabled() == false)
641-
theFuji.mount_all();
641+
theFuji->mount_all();
642642
#endif /* BUILD_ATARI */
643643
mdns_init();
644644
mdns_hostname_set(Config.get_general_devicename().c_str());

0 commit comments

Comments
 (0)