1. 07 4月, 2020 1 次提交
  2. 28 1月, 2020 1 次提交
  3. 27 1月, 2020 2 次提交
  4. 25 1月, 2020 1 次提交
  5. 20 8月, 2019 1 次提交
    • A
      Add generic IP utilities (#3038) · 91b9fae1
      Ahmed Al-Qaidom 提交于
      * Add generic IP calculations
      
      Add:
      calculateNetworkID(IPAddress ip, IPAddress subnet) => Calculate the network id using the ip and subnet (e.g. 192.168.0.0)
      calculateBroadcast(IPAddress ip, IPAddress subnet) => Calculate the broadcast ip using the ip and subnet (e.g. 192.168.0.255)
      calculateSubnetCIDR(IPAddress subnetMask) => Calculate the subnet CIDR using the subnet (e.g. 24)
      
      Add:
      broadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
      networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
      subnetCIDR() => Retrieve the subnet CIDR (e.g. 24)
      
      Add:
      broadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
      networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
      subnetCIDR() => Retrieve the subnet CIDR (e.g. 24)
      
      Add:
      softAPBroadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
      softAPNetwrokID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
      softAPSubnetCIDR() => Retrieve the subnet CIDR (e.g. 24)
      91b9fae1
  6. 18 1月, 2018 1 次提交
    • M
      Update IDF to 1c3dd23 · 600f4c41
      Me No Dev 提交于
      * Update mDNS and LEDC
      
      * update toolchain
      
      * Update IDF to 1c3dd23
      
      * Advertise the board variant for Arduino OTA
      
      * Add generic variant definition for mDNS
      600f4c41
  7. 19 12月, 2017 2 次提交
  8. 02 8月, 2017 2 次提交