Skip to content

Commit

Permalink
distribution date update
Browse files Browse the repository at this point in the history
  • Loading branch information
adequator committed Nov 15, 2022
1 parent e55db2c commit b9d7e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -4197,8 +4197,8 @@
/**
* WiFi Support (Espressif ESP32 WiFi)
*/
#define WIFISUPPORT // Marlin embedded WiFi management
#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
//#define WIFISUPPORT // Marlin embedded WiFi management
//#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)

#if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT)
#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
Expand Down
4 changes: 0 additions & 4 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
<<<<<<< HEAD
#define STRING_DISTRIBUTION_DATE "2022-11-13"
=======
#define STRING_DISTRIBUTION_DATE "2022-11-15"
>>>>>>> 8298a477e1f1fa6188788448eec3f349c1ba93de
#endif

/**
Expand Down

0 comments on commit b9d7e6f

Please sign in to comment.