diff options
| author | Donald Davis <don@haifisch.local> | 2019-01-23 09:49:48 -0800 |
|---|---|---|
| committer | Donald Davis <don@haifisch.local> | 2019-01-23 09:49:48 -0800 |
| commit | c7e3784dbf23828928b52752b89f6b7c4e96a396 (patch) | |
| tree | caafc9cbcbc5190497d7c9d97a093f385bbc7e45 /platformio.ini | |
| parent | fc62e8d29f215b0e85cb62b1273636bc2f2686ba (diff) | |
new wxpython syntax
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platformio.ini b/platformio.ini index 36a0445..b1cdbc4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,7 +8,7 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html -[env:adafruit_feather_m0] +[env:adafruit_itsybitsy_m4] platform = atmelsam -board = adafruit_feather_m0 +board = adafruit_itsybitsy_m4 framework = arduino |
