We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722f532 + 11ff40f commit 2df4020Copy full SHA for 2df4020
lib/WIFI/devWIFI.cpp
@@ -59,7 +59,10 @@ extern TimerBackpackConfig config;
59
#endif
60
extern unsigned long rebootTime;
61
62
-#if defined(TARGET_VRX_BACKPACK)
+#if defined(AAT_BACKPACK)
63
+static const char *myHostname = "elrs_aat";
64
+static const char *wifi_ap_ssid = "ExpressLRS AAT Backpack";
65
+#elif defined(TARGET_VRX_BACKPACK)
66
static const char *myHostname = "elrs_vrx";
67
static const char *wifi_ap_ssid = "ExpressLRS VRx Backpack";
68
#elif defined(TARGET_TX_BACKPACK)
0 commit comments