Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #173

Merged
merged 210 commits into from
Nov 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
210 commits
Select commit Hold shift + click to select a range
128eeae
Moved items from setup to constructor
SRGDamia1 Jun 5, 2018
570ee47
Updated examples
SRGDamia1 Jun 5, 2018
be4133c
Merge branch 'master' into modemTweek
SRGDamia1 Jun 5, 2018
e18272c
Update ReadMe
SRGDamia1 Jun 5, 2018
1e5e4c5
Moved internal modem from reference to pointer
SRGDamia1 Jun 5, 2018
582af6e
Moved sleep types into ModemOnOff
SRGDamia1 Jun 5, 2018
3fc163b
Fixed client rename
SRGDamia1 Jun 5, 2018
4aefc86
Back to on-off pointer
SRGDamia1 Jun 5, 2018
b8bdef6
Pointer correction
SRGDamia1 Jun 6, 2018
44e4e98
Moved on-off items to initializer list
SRGDamia1 Jun 7, 2018
6f49e48
Moved modem power on to after set-up
SRGDamia1 Jun 7, 2018
2b2b6e9
Factory attemp
SRGDamia1 Jun 7, 2018
4de5890
Doesn't work with factory called in begin either
SRGDamia1 Jun 7, 2018
47a74b9
Eh, failed, revert
SRGDamia1 Jun 7, 2018
1ee6c67
Attempting CRTP, fails
SRGDamia1 Jun 7, 2018
a1f009e
Changes made prior to maternity leave
SRGDamia1 Sep 5, 2018
6d2001b
Removed CRTP
SRGDamia1 Sep 5, 2018
3cbf56f
Thinking about switching to internal client
SRGDamia1 Sep 5, 2018
5b21160
Maybe not internal client
SRGDamia1 Sep 5, 2018
f678fa6
Just added some debug text
SRGDamia1 Sep 7, 2018
6b11254
Doc change, again
SRGDamia1 Sep 7, 2018
df967bb
Merge branch 'master' into modemTweek
SRGDamia1 Sep 7, 2018
dea8d84
Commit before large changes
SRGDamia1 Sep 10, 2018
4db50d8
virtual master modem
SRGDamia1 Sep 12, 2018
96c17d5
Changed to inputting both client and modem instead of single stream
SRGDamia1 Sep 12, 2018
5dfa9a1
Split cpp and h for logger modem!
SRGDamia1 Sep 12, 2018
e398cf9
Require on-off pointer as input
SRGDamia1 Sep 12, 2018
ae2fc81
Removed some extraneous debugging texts
SRGDamia1 Sep 12, 2018
85d0a60
Fixed pointer references
SRGDamia1 Sep 12, 2018
0f22131
Updated examples
SRGDamia1 Sep 12, 2018
a37373d
Checked of the to-do!
SRGDamia1 Sep 12, 2018
563dfe8
Debugging off
SRGDamia1 Sep 12, 2018
17eef68
Just changed some debug prints
SRGDamia1 Sep 16, 2018
8f957a3
Updated ReadMe
SRGDamia1 Sep 17, 2018
0ab2044
Verbose mode for ci
SRGDamia1 Sep 17, 2018
2da7479
Fixed examples, verbose off in ci
SRGDamia1 Sep 17, 2018
dea9c59
Renamed log to logAndSend when using modem
SRGDamia1 Sep 17, 2018
525b43a
Also made begin separate from beginAndSync
SRGDamia1 Sep 17, 2018
ee5b859
Updated examples, pinned versions in library.json
SRGDamia1 Sep 19, 2018
37b838a
Fixed example
SRGDamia1 Sep 19, 2018
bfc29e1
Typo correction
SRGDamia1 Sep 19, 2018
de17bfc
better network check
SRGDamia1 Sep 24, 2018
0ae719d
Removed _isOnNow from onoff
SRGDamia1 Sep 24, 2018
1c15e5d
Moved modem power up in begin
SRGDamia1 Sep 24, 2018
9428970
Changed get result for modem
SRGDamia1 Sep 24, 2018
5bd1fef
Gave modem wake, isWarmedUp and isStable
SRGDamia1 Sep 24, 2018
8fff7a5
Debug note
SRGDamia1 Sep 24, 2018
ab19143
Added function to do a "complete" update
SRGDamia1 Sep 25, 2018
e751747
Shifted modem all around.. again!
SRGDamia1 Sep 25, 2018
1053452
re-wrote modem on-off
SRGDamia1 Sep 25, 2018
b787e6f
Still deciding on modem functionality
SRGDamia1 Sep 25, 2018
a4ec81b
update .gitignore
aufdenkampe Sep 26, 2018
580f4ec
update .gitignore again
aufdenkampe Sep 26, 2018
bf395c3
Gave modem a max stabilization time
SRGDamia1 Sep 26, 2018
e159725
Apply complete in base
SRGDamia1 Sep 26, 2018
8f454d5
Giving modbus sensors two power pins
SRGDamia1 Sep 26, 2018
f2f8c99
Made status part of modem
SRGDamia1 Sep 26, 2018
5d82280
Allowing graceful shut down
SRGDamia1 Sep 26, 2018
555dc0d
Merged branch develop
SRGDamia1 Sep 26, 2018
6af8a6b
Fixed Y510/Y511
SRGDamia1 Sep 26, 2018
b383015
Power up/down fix
SRGDamia1 Sep 26, 2018
7b386df
some debug prints
SRGDamia1 Sep 26, 2018
12415ce
Updated examples
SRGDamia1 Sep 26, 2018
28f5fd8
Fixed max timeouts
SRGDamia1 Sep 26, 2018
2a06cff
Fixed some typos
SRGDamia1 Sep 27, 2018
4d95143
Corrected some timing
SRGDamia1 Sep 27, 2018
46d2b4d
Fixed some status checks on the modem
SRGDamia1 Sep 27, 2018
d828609
Added power up to set up
SRGDamia1 Sep 27, 2018
97abce9
Forcing a modem setup during connectInternet
SRGDamia1 Sep 27, 2018
3547df6
Being more careful about setup status bits
SRGDamia1 Sep 27, 2018
a833c52
Removed variable setup() and moved attachment to constructor
SRGDamia1 Sep 27, 2018
8d06d36
Updated documentation
SRGDamia1 Sep 27, 2018
d307bd3
Changec significance of some status bits
SRGDamia1 Sep 30, 2018
8d6c772
Updated library properties
SRGDamia1 Sep 30, 2018
3cd4726
More tweaking wrt status bits
SRGDamia1 Sep 30, 2018
46defe6
Fixed some mis-read bits
SRGDamia1 Sep 30, 2018
26b52b6
Updated examples again
SRGDamia1 Sep 30, 2018
a47a258
Fixed modem always failing setup
SRGDamia1 Oct 1, 2018
54d5b76
Updated lib version in example configs
SRGDamia1 Oct 1, 2018
5a5c946
Removed explicit pull-up from all inputs
SRGDamia1 Oct 1, 2018
29238ef
Clock interrupt needs pull-up
SRGDamia1 Oct 1, 2018
8c7342e
Some clean-up
SRGDamia1 Oct 1, 2018
2526c85
Gave XBee's a short time before expect status pin to be on
SRGDamia1 Oct 1, 2018
354643c
Overrride modem sleep
SRGDamia1 Oct 1, 2018
cff8083
Hopefully fixed non-running wake fxn
SRGDamia1 Oct 1, 2018
a37a95d
Removed unused files
SRGDamia1 Oct 1, 2018
071a4ff
Moved connection parameters to startmeasurement
SRGDamia1 Oct 2, 2018
38e2789
Fixed all the name chunks
SRGDamia1 Oct 2, 2018
069307d
Added more example on/off fxns for ESP8266
SRGDamia1 Oct 2, 2018
0b549d7
Spitting out EVEN MORE detail with print-outs
SRGDamia1 Oct 2, 2018
de0d4fd
Fixed bad wake on Yosemitech
SRGDamia1 Oct 2, 2018
c78d0de
Fixed soem cases and typos
SRGDamia1 Oct 3, 2018
fbf210e
sending data to SD card *before* the internet
SRGDamia1 Oct 4, 2018
993535e
Added a few notes in data_saving
SRGDamia1 Oct 4, 2018
6ec30fe
Updates to ReadMe
SRGDamia1 Oct 4, 2018
c078653
Cleaned some modem timing
SRGDamia1 Oct 5, 2018
2479704
Removed an extra function call in some wake fxns
SRGDamia1 Oct 5, 2018
12cc920
Removed comments from define statements
SRGDamia1 Oct 5, 2018
c2e6a91
Do not need to wait for measurement completion within ADS1115 sensors
SRGDamia1 Oct 5, 2018
6c6c930
Added raw voltage as an output from OBS3+
SRGDamia1 Oct 5, 2018
e7f1faa
Replaced a bunch of new lines
SRGDamia1 Oct 5, 2018
4c00671
Removed *triple* check for measurement start
SRGDamia1 Oct 5, 2018
a9135ff
Also went down to single check for power and wake
SRGDamia1 Oct 5, 2018
6d72bd8
We'll let the sensors decide if they need power for set up
SRGDamia1 Oct 5, 2018
2dcf56d
Gave specific commit to git dependencies
SRGDamia1 Oct 5, 2018
00c027c
Clean up of confusing wakes
SRGDamia1 Oct 5, 2018
3c8c23c
NOT unsetting timestamps or status bits for null sleep and powerdown …
SRGDamia1 Oct 5, 2018
d887c05
Minor changes to in-code comments
SRGDamia1 Oct 5, 2018
eff7a7d
Oops, missed closeTCP to stop
SRGDamia1 Oct 5, 2018
56625f5
Fixed extra compiler warning
SRGDamia1 Oct 5, 2018
76fd5b7
Made all destructors explicit and virtual where necessary
SRGDamia1 Oct 5, 2018
1d1ebac
Moved all sensors to a subfolder
SRGDamia1 Oct 5, 2018
cca58aa
Changed search to subdir
SRGDamia1 Oct 5, 2018
26017bf
Separating declaration and definition of destructor
SRGDamia1 Oct 5, 2018
a72fe9b
Reordered some includes
SRGDamia1 Oct 8, 2018
ce4f332
Split all files
SRGDamia1 Oct 8, 2018
d347d50
Fixed 5TM
SRGDamia1 Oct 8, 2018
c2d4211
Undid extra splitting
SRGDamia1 Oct 8, 2018
b344888
Minor Fixup
SRGDamia1 Oct 8, 2018
eab4d62
Version bump
SRGDamia1 Oct 8, 2018
bb5a567
Updated examples
SRGDamia1 Oct 8, 2018
3c13818
Fix examples
SRGDamia1 Oct 9, 2018
6eb41ec
Fixed build src filter
SRGDamia1 Oct 9, 2018
421566d
Removed extra default argument
SRGDamia1 Oct 9, 2018
4cd7fa5
Cropped ReadMe to reference Wiki
SRGDamia1 Oct 10, 2018
409dcf4
Merge pull request #172 from EnviroDIY/subDir2
SRGDamia1 Oct 10, 2018
371ddeb
Merge pull request #169 from EnviroDIY/lowPower
SRGDamia1 Oct 10, 2018
8f1d8b5
Putting modem to sleep at end of setup, if was awake
SRGDamia1 Oct 11, 2018
2be9548
Checking all sensors for setup in wake function
SRGDamia1 Oct 12, 2018
c5c938a
Trying to reduce program memory use a little
SRGDamia1 Oct 12, 2018
85d089d
typo fix
SRGDamia1 Oct 12, 2018
803067c
Removed goto's
SRGDamia1 Oct 15, 2018
fc0e532
Removed generateString functions which would not have worked
SRGDamia1 Oct 16, 2018
72b03a5
Adding correct descriptions to header rows
SRGDamia1 Oct 17, 2018
20bc82a
Corrected getParentSensorName
SRGDamia1 Oct 17, 2018
7b336a8
Removed extra quotes
SRGDamia1 Oct 17, 2018
cb8c6a1
Setting up sensors before starting file.
SRGDamia1 Oct 17, 2018
ed28a77
Fixed modem's check for wake in the set-up
SRGDamia1 Oct 17, 2018
3a72a0a
One more print
SRGDamia1 Oct 17, 2018
e07b6a0
Removed overloads and renamed all "stream" functions to the less conf…
SRGDamia1 Oct 17, 2018
ff26ced
Merge pull request #178 from EnviroDIY/csvHeader
SRGDamia1 Oct 17, 2018
8680984
starting queueing fxn
SRGDamia1 Oct 17, 2018
bfdada7
Made continueSleep fxn
SRGDamia1 Oct 17, 2018
6ffbf1c
Can begin w/o setting up sensors and have them set-up later
SRGDamia1 Oct 17, 2018
c7d9f4a
Don't need continueSleep, use systemSleep
SRGDamia1 Oct 17, 2018
9b6f63b
Added extra power down to setup just in case
SRGDamia1 Oct 17, 2018
737d650
Fixed all wasOn/off
SRGDamia1 Oct 18, 2018
c992fd7
Removed some unnecessary static variables. Also making sure file nam…
SRGDamia1 Oct 18, 2018
8d15276
How did I never notice I'd over written a basic mathematical function?!
SRGDamia1 Oct 18, 2018
9e5b848
More thorough checking that we'll wake up before sleeping
SRGDamia1 Oct 18, 2018
92df760
Update examples
SRGDamia1 Oct 18, 2018
9cf2bcb
Version bump
SRGDamia1 Oct 18, 2018
9a5d291
Merge pull request #179 from EnviroDIY/dontLog
SRGDamia1 Oct 19, 2018
c4d57e3
Create file after clock sync
SRGDamia1 Oct 19, 2018
1a74988
Create a macro variable with version number and print in all examples
SRGDamia1 Oct 19, 2018
b487282
Added code to set up pin sleep for XBee's
SRGDamia1 Oct 23, 2018
bfeb4ca
ReadBytes instead of while avaiable, read
SRGDamia1 Oct 23, 2018
9e19b05
Added a result of "sample number" to processor
SRGDamia1 Oct 23, 2018
75bf06e
Specified int type for more pins
SRGDamia1 Oct 23, 2018
c785d09
Specifying more int sizes
SRGDamia1 Oct 23, 2018
8c2ed76
Decided that a result just can't be a uint32_t
SRGDamia1 Oct 23, 2018
1f4db22
A few more int16_t
SRGDamia1 Oct 23, 2018
dedc2dc
Corrected vocab terms for SampNo
SRGDamia1 Oct 23, 2018
ba30be8
(hopefully) fixed ambiguous overloads
SRGDamia1 Oct 23, 2018
48c5073
Reversed RS485 power pin order in examples
SRGDamia1 Oct 24, 2018
bd1efe7
Unsetting all time stamps when unsetting associated status bits
SRGDamia1 Oct 24, 2018
2776574
Added extra sanity check on MS5803
SRGDamia1 Oct 24, 2018
8be0cb2
Revert "Reversed RS485 power pin order in examples"
SRGDamia1 Oct 24, 2018
5bccfa3
Corrected logic for powering down
SRGDamia1 Oct 24, 2018
0615d2c
Flash strings in examples
SRGDamia1 Oct 26, 2018
6daa2d7
Minor tweeks while testing zero
SRGDamia1 Oct 26, 2018
c301f72
Updated SDI12 version
SRGDamia1 Oct 29, 2018
2c12508
Printing dumped characters from maxbotix
SRGDamia1 Oct 29, 2018
70da03e
Made sampno first var in examples
SRGDamia1 Oct 29, 2018
9f3b8df
Version bump
SRGDamia1 Oct 29, 2018
5c35610
Merge pull request #184 from EnviroDIY/sampNum
SRGDamia1 Oct 29, 2018
9a5b5a3
Fixed json
SRGDamia1 Oct 30, 2018
1ce9226
Added a lint of the json to the travis build
SRGDamia1 Oct 30, 2018
2e8c403
Uncertain why travis failed
SRGDamia1 Oct 30, 2018
ceb7d74
Trying to get build matrix right
SRGDamia1 Oct 30, 2018
d6dec1e
Removed extra 2-minute logging at start-up
SRGDamia1 Oct 30, 2018
4f630ae
Added description to inis
SRGDamia1 Nov 9, 2018
a5d6a34
new sensor test
SRGDamia1 Nov 9, 2018
4b61533
Giving longer modem disconnect times, other minor changes
SRGDamia1 Nov 9, 2018
1ab8772
Giving travis exact version numbers
SRGDamia1 Nov 9, 2018
ab8a214
Makefile typo
SRGDamia1 Nov 9, 2018
d93c3b7
Another typo
SRGDamia1 Nov 9, 2018
1e30f6c
Adding KellerNanolevel support - requires KellerModbus lib update
Nov 13, 2018
4e6ed4c
Gave decagon sensors one extra digit of resolution to account for ave…
SRGDamia1 Nov 14, 2018
0eb03af
Merge pull request #195 from neilh10/develop_pr01
SRGDamia1 Nov 19, 2018
13cd937
Merge branch 'develop' of https://github.com/EnviroDIY/ModularSensors…
SRGDamia1 Nov 19, 2018
f0b2bb3
Clean-up after adding nanolevel
SRGDamia1 Nov 19, 2018
6a7d2a0
Attempting to make travis run a better emulation of user installation
SRGDamia1 Nov 26, 2018
c8b072c
Travis changes
SRGDamia1 Nov 26, 2018
4f26865
typo
SRGDamia1 Nov 26, 2018
6e6daa6
Adding extra script to set global flags
SRGDamia1 Nov 26, 2018
ca3fd8a
dump for debugging
SRGDamia1 Nov 26, 2018
4f060ba
ci verbose
SRGDamia1 Nov 26, 2018
4e6b1ec
typo fix
SRGDamia1 Nov 26, 2018
eb2471d
Fixed Keller namespace collision
SRGDamia1 Nov 26, 2018
172ccc4
Still messing with travis
SRGDamia1 Nov 26, 2018
134d2a8
force needed
SRGDamia1 Nov 26, 2018
a6416c9
oops, that didn't work
SRGDamia1 Nov 27, 2018
1b2407d
Final attempt
SRGDamia1 Nov 27, 2018
642db3e
Moved extra script
SRGDamia1 Nov 27, 2018
9b1ba32
Moved again
SRGDamia1 Nov 27, 2018
7c1cba6
Added global build flag to all examples
SRGDamia1 Nov 27, 2018
82df7d2
Travis failure
SRGDamia1 Nov 27, 2018
90ef6b1
Removed SAMD code from single sensor example
SRGDamia1 Nov 27, 2018
5af500d
Merge branch 'master' into develop
SRGDamia1 Nov 27, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,18 @@ Temporary Items
.clang_complete
.gcc-flags.json
lib/readme.txt
include/readme.txt
/platformio.ini

# VSCode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode

# Other
logger_test/
YosemitechDO/
LongTermLogger/
barometric_correction/
3G_Test/
104 changes: 61 additions & 43 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,57 +1,75 @@
language: python
python:
- "2.7"
before_install:
- git config --global user.email "sdamiano@stroudcenter.org"
- git config --global user.name "SRGDamia1"

sudo: false
git:
depth: 1
cache:
directories:
- "~/.platformio"

env:
# AVR examples
- PLATFORMIO_CI_SRC=examples/single_sensor/
- PLATFORMIO_CI_SRC=examples/multisensor_print/
- PLATFORMIO_CI_SRC=examples/simple_logging/
- PLATFORMIO_CI_SRC=examples/logging_to_EnviroDIY/
# - PLATFORMIO_CI_SRC=examples/DRWI_CitSci/
# - PLATFORMIO_CI_SRC=examples/DRWI_NoCellular/
- PLATFORMIO_CI_SRC=examples/double_logger/
- PLATFORMIO_CI_SRC=examples/baro_rho_correction/
- PLATFORMIO_CI_SRC=examples/data_saving/

# SAMD examples
- PLATFORMIO_CI_SRC=examples/logging_to_EnviroDIY_Zero/ PLATFORMIO_CI_ZERO=1

before_install:
- git config --global user.email "sdamiano@stroudcenter.org"
- git config --global user.name "SRGDamia1"

language: python
python:
- "2.7"
install:
# Remove the cloned repo to emulate a user library installation
- git rm library.json
- git rm library.properties
- git rm -r pioScripts
- git rm -r src
# Install PlatformIO (this should be cached!)
- pip install -U platformio
- pio upgrade
- pio lib -g install 2079 # DS3231
- pio lib -g install 311 # EnableInterrupt
- pio lib -g install 322 # SdFat
- pio lib -g install 344 # soligen2010 fork of Adafruit ADS1X15
- pio lib -g install 31 # Adafruit Unified Sensor
- pio lib -g install 19 # Adafruit DHT sensor library
- pio lib -g install 773 # Adafruit AM2315
- pio lib -g install 166 # Adafruit BME280 Library
- pio lib -g install 406 # Adafruit MPL115A2
- pio lib -g install 1 # OneWire
- pio lib -g install 54 # Dallas Temperature
- pio lib -g install https://github.com/EnviroDIY/Arduino-SDI-12.git#ExtInts
- pio lib -g install https://github.com/EnviroDIY/TinyGSM.git
- pio lib -g install 1824 # SensorModbusMaster
- pio lib -g install 2078 # YosemitechModbus
- pio lib -g install 5431 # MS5803
- pio lib -g install https://github.com/EnviroDIY/KellerModbus.git
- pio lib -g install 873 # RTCZero
# Uninstall any old version of the current library from the Travis cache
# - pio lib -g uninstall EnviroDIY_ModularSensors
# Get the current branch
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
# Install this library from the branch we're working on
- pio lib -g install https://github.com/EnviroDIY/ModularSensors.git#$BRANCH
# Install serial libraries needed for most examples
- pio lib -g install https://github.com/PaulStoffregen/AltSoftSerial.git # #73, but need the git until Paul S. has a new release
- pio lib -g install https://github.com/EnviroDIY/SoftwaterSerial_ExternalInts.git
# - pio lib -g install https://github.com/todbot/SoftI2CMaster.git
- pio update
script:
- platformio ci -v --project-option="lib_ignore = RTCZero" --project-option="lib_ldf_mode = deep+" --board=mayfly

matrix:
include:
- language: node_js
install: npm install -g jsonlint
script: jsonlint -q library.json

- env:
- PLATFORMIO_CI_SRC=examples/single_sensor/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/multisensor_print/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/simple_logging/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/logging_to_EnviroDIY/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/DRWI_CitSci/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/DRWI_NoCellular/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/double_logger/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/baro_rho_correction/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
- env:
- PLATFORMIO_CI_SRC=examples/data_saving/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"

script: make travis-build
- env:
- PLATFORMIO_CI_SRC=examples/logging_to_EnviroDIY_Zero/
- PLATFORMIO_BUILD_FLAGS="-D SDI12_EXTERNAL_PCINT"
script:
- platformio ci -v --project-option="lib_ignore = SoftwareSerial_ExtInts, AltSoftSerial, SoftI2CMaster" --project-option="lib_ldf_mode = deep+" --board=adafruit_feather_m0
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

Loading