Skip to content

Commit

Permalink
mathieucarbou/WebSerialLite @ 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 4, 2024
1 parent 65c5592 commit 9a3d20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/YaSolR.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <ESPAsyncWebServer.h>
#include <HardwareSerial.h>
#include <LittleFS.h>
#include <WebSerial.h>

#include <MycilaAppInfo.h>
#include <MycilaConfig.h>
Expand Down Expand Up @@ -40,9 +39,11 @@
#ifdef APP_MODEL_PRO
#include <ESPDashPro.h>
#include <ElegantOTAPro.h>
#include <WebSerialPro.h>
#else
#include <ESPDash.h>
#include <ElegantOTA.h>
#include <WebSerial.h>
#endif

#include <YaSolRDefines.h>
Expand Down

0 comments on commit 9a3d20d

Please sign in to comment.