Skip to content

Commit

Permalink
Disable M5stack on ESP32 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vzahradnik committed Aug 13, 2020
1 parent 2c5714b commit 6c8e7fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .arduino-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
compile:
libraries: ~
platforms:
- uno
- due
- zero
- leonardo
- mega2560
# - esp32
# - esp8266

unittest:
libraries: ~
platforms:
- uno
- due
- zero
- leonardo
- mega2560
# - esp32
# - esp8266
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ git:
branches:
except:
- gh-pages
before_install:
- sudo apt-get install -y doxygen graphviz
script:
- bundle install
- bundle exec arduino_ci_remote.rb
Expand Down
4 changes: 2 additions & 2 deletions src/user_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#define ENABLE_BUILT_IN_DRIVERS
#define SM_MAX_BUSES 1

// Uncomment to enable M5stack driver
#define M5STACK_RS485
// Uncomment to enable M5stack driver (requires M5stack library)
// #define M5STACK_RS485
#else
#define SM_MAX_BUSES 10
#endif
Expand Down

0 comments on commit 6c8e7fc

Please sign in to comment.