ESP simplest server

This commit is contained in:
Edward Emelianov
2025-10-17 00:32:56 +03:00
parent 19fbf250a9
commit ca7a53ee1c
7 changed files with 659 additions and 0 deletions

2
ESP8266/Readme Normal file
View File

@@ -0,0 +1,2 @@
Simplest server based on AT-commands using ESP8266.
I tried to make code as nearest to MCU as possible.