Skip to content

Commit

Permalink
Merge pull request #608 from WildernessLabs/SynchroniseSharedEnums
Browse files Browse the repository at this point in the history
Synchronise shared enums across managed/stm/esp code bases.
  • Loading branch information
ctacke authored Jan 20, 2025
2 parents c1ee830 + ffc9975 commit 27642ba
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,15 @@ public enum ConfigurationItems
/// <summary>
/// ConfigurationItems - SoftApMacAddress
/// </summary>
SoftApMacAddress = 14
SoftApMacAddress = 14,
/// <summary>
/// ConfigurationItems - SubnetMask
/// </summary>
SubnetMask = 15,
/// <summary>
/// ConfigurationItems - BluetoothMacAddress
/// </summary>
BluetoothMacAddress = 16,
};

/// <summary>
Expand Down

0 comments on commit 27642ba

Please sign in to comment.