Skip to content

Commit 2df4020

Browse files
authored
Merge pull request #197 from rotorman/aat_ap
feat: Give AAT AP distinctive SSID name
2 parents 722f532 + 11ff40f commit 2df4020

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/WIFI/devWIFI.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ extern TimerBackpackConfig config;
5959
#endif
6060
extern unsigned long rebootTime;
6161

62-
#if defined(TARGET_VRX_BACKPACK)
62+
#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)
6366
static const char *myHostname = "elrs_vrx";
6467
static const char *wifi_ap_ssid = "ExpressLRS VRx Backpack";
6568
#elif defined(TARGET_TX_BACKPACK)

0 commit comments

Comments
 (0)