Skip to content

Commit

Permalink
Add warking about lwIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Feb 21, 2021
1 parent 87b8c9d commit ad11258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/execota.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ SOFTWARE. */

#include "execota.h"

#if LWIP_VERSION_MAJOR == 2
#warning "Remember: You are using lwIP v2.x and this causes filesystem OTA tp act weird."
#endif

void execfw()
{
Log.notice(F("Starting the Firmware OTA pull, will reboot without notice." CR));
Expand Down

0 comments on commit ad11258

Please sign in to comment.