-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
64 lines (59 loc) · 2.26 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
; PlatformIO Project For ESCI 430 Deployments
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
description = For deployment of the following sketch on 2022-03-24
# src_dir = .pio/libdeps/mayfly/EnviroDIY_DS3231/examples/PCsync
; ^^ The current unix time stamp can be found at http://www.unixtimestamp.com/ or http://time.sodaq.net/
; Open serial monitor in Arduino IDE to inject time
src_dir = Sump1_Code ; Location of Code for Sump sonar sensor. If you have multiple, can comment in or out
# src_dir = Sump2_Code ; For a second sensor and directory, if needed
# src_dir = Sump3_Code ; For a third sensor and directory, if needed
[env:mayfly]
board = mayfly
platform = atmelavr
framework = arduino
monitor_speed = 115200
lib_ldf_mode = deep+
lib_ignore =
RTCZero
Adafruit NeoPixel
Adafruit GFX Library
Adafruit SSD1306
Adafruit ADXL343
Adafruit STMPE610
Adafruit TouchScreen
Adafruit ILI9341
build_flags =
-D SDI12_EXTERNAL_PCINT
-D NEOSWSERIAL_EXTERNAL_PCINT
-D TINY_GSM_RX_BUFFER=64
-D TINY_GSM_YIELD_MS=2
-D MQTT_MAX_PACKET_SIZE=240
; -D ENABLE_SERIAL2
; -D ENABLE_SERIAL3
; -D BUILD_MODEM_XBEE_CELLULAR ; Turn on first time w/ a Digi LTE-M module
; -D MS_LOGGERBASE_DEBUG
; -D MS_DATAPUBLISHERBASE_DEBUG
; -D MS_ENVIRODIYPUBLISHER_DEBUG
lib_deps =
EnviroDIY_ModularSensors@=0.34.0
adafruit/Adafruit BME280 Library@^2.2.2
mbed-arve0/ADS1015
https://github.com/EnviroDIY/ModularSensors.git
https://github.com/thingSoC/TSOC_GROVEY_ADC.git
https://github.com/adafruit/Adafruit_AM2315.git
https://github.com/adafruit/DHT-sensor-library.git
https://github.com/PaulStoffregen/AltSoftSerial.git
https://github.com/SRGDamia1/NeoSWSerial.git
https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git
; ^^ These are software serial port emulator libraries, you may not need them
; for OLED display
;https://github.com/switchdoclabs/SDL_Arduino_SSD1306.git
; StreamDebugger