Không có mô tả

Ayush Sharma 0d75668c68 Update README.md 6 năm trước cách đây
docs f81d558aa1 Create logo.svg 6 năm trước cách đây
examples cac5ecde6a V1 Ready! 6 năm trước cách đây
src cac5ecde6a V1 Ready! 6 năm trước cách đây
.gitattributes cd635a665f Initial commit 6 năm trước cách đây
.gitignore cac5ecde6a V1 Ready! 6 năm trước cách đây
LICENSE cd635a665f Initial commit 6 năm trước cách đây
README.md 0d75668c68 Update README.md 6 năm trước cách đây
keywords.txt 5d45184a5f Update keywords.txt 6 năm trước cách đây
library.properties d35fbc287e Update library.properties 6 năm trước cách đây

README.md


   



WebSerial is a Serial Monitor for ESP8266 & ESP32 Microcontrollers that can be accessed remotely via a web browser. Webpage is stored in program memory of the microcontroller.


Preview




Features

      <li>Works on Websockets</li>
      <li>Realtime logging</li>
      <li>Any number of Serial Monitors can be opened on the browser</li>
      <li>Uses Async Webserver for better performance</li>
    



    Dependencies

    For ESP8266:
        <li>ESP8266 Arduino Core - <b>v2.5.0</b></li>
        <li>ESPAsyncTCP - <b>v1.2.0</b></li>
        <li>ESPAsyncWebServer - <b>v1.2.0</b></li>
      

      For ESP32:
          <li>ESP32 Arduino Core - <b>v1.0.1</b></li>
          <li>AsyncTCP - <b>v1.0.3</b></li>
          <li>ESPAsyncWebServer - <b>v1.2.0</b></li>
        




        Contributions

        Every Contribution to this repository is highly appriciated! Don't fear to create pull requests which enhance or fix the library as ultimatly you are going to help everybody.

        If you want to donate to the author then you can become my patron, It really helps me keep these libraries updated:



        License

        ESP-DASH is licensed under General Public License v3 ( GPLv3 ).