Skip to content

Commit

Permalink
Update M5Stack-SD-Menu.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Apr 9, 2018
1 parent c3e074b commit 5a304b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/M5Stack-SD-Menu/M5Stack-SD-Menu.ino
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@

#include "SPIFFS.h"
#include <M5Stack.h> // https://github.com/m5stack/M5Stack/
// if M5Stack version >= 0.1.7
#include "utility/qrcode.h" // qrCode from M5Stack
// else
//#include "qrcode.h" // qrCode from M5Stack
#endif
#include "utility/qrcode.h" // if M5Stack version >= 0.1.7 : qrCode from M5Stack
//#include "qrcode.h" // if M5Stack version <= 0.1.6 : qrCode from https://github.com/ricmoo/qrcode
#include "M5StackUpdater.h" // https://github.com/tobozo/M5Stack-SD-Updater
#include <M5StackSAM.h> // https://github.com/tomsuch/M5StackSAM
#include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson/
Expand Down

0 comments on commit 5a304b1

Please sign in to comment.