@online{pio-install,
  author  = {PlatformIO},
  title   = {Installation},
  urldate = {2022-03-24},
  year    = {2022},
  url     = {https://docs.platformio.org/en/latest//core/installation.html}
}

@online{pio-about,
  author  = {PlatformIO},
  title   = {What is PlatformIO},
  urldate = {2022-03-24},
  year    = {2022},
  url     = {https://docs.platformio.org/en/latest//what-is-platformio.html}
}

@online{vscode-about,
  author  = {{Visual Studio Code}},
  title   = {Getting Started},
  urldate = {2022-03-24},
  year    = {2022},
  url     = {https://docs.platformio.org/en/latest//what-is-platformio.html}
}

@online{eeprom-doc,
  author  = {Arduino},
  title   = {EEPROM Library},
  urldate = {2022-07-19},
  year    = {2022},
  url     = {https://docs.arduino.cc/learn/built-in-libraries/eeprom}
}

@online{espressif-wifi,
  author  = {Espressif},
  title   = {Wi-Fi Driver},
  urldate = {2022-07-20},
  year    = {2022},
  url     = {https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-driver}
}

@online{lwip,
  author  = {LwIP},
  title   = {LwIP},
  urldate = {2022-07-25},
  year    = {2022},
  url     = {https://www.nongnu.org/lwip/2_1_x/index.html}
}

@online{lwip-hook,
  author  = {LwIP},
  title   = {LWIP_HOOK_IP4_INPUT},
  urldate = {2022-07-25},
  year    = {2022},
  url     = {https://www.nongnu.org/lwip/2_1_x/group__lwip__opts__hooks.html#ga9124237c28e2f18f3b28d5be09e9ccb6}
}