mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 06:28:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			942 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			942 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; PlatformIO Project Configuration File
 | |
| ;
 | |
| ;   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
 | |
| ; https://docs.platformio.org/page/projectconf.html
 | |
| ; [env:esp32doit-devkit-v1]
 | |
| ; board = esp32doit-devkit-v1
 | |
| 
 | |
| [env:esp32-c3-devkitm-1]
 | |
| platform = espressif32
 | |
| board = esp32-c3-devkitm-1
 | |
| framework = arduino
 | |
| monitor_speed = 115200
 | |
| lib_deps = 
 | |
| 	knolleary/PubSubClient@^2.8
 | |
| 	zinggjm/GxEPD@^3.1.3
 | |
| 	bblanchon/ArduinoJson@^6.20.1
 | |
| 	moononournation/GFX Library for Arduino@^1.3.2
 | |
| 	adafruit/Adafruit GFX Library@^1.11.5
 | |
| 	adafruit/Adafruit BusIO@^1.14.1
 | |
| 	adafruit/RTClib@^2.1.1
 | |
| 	adafruit/Adafruit Unified Sensor@^1.1.9
 | |
| 	adafruit/Adafruit BME280 Library@^2.2.2
 | |
| 	adafruit/Adafruit BMP280 Library@^2.6.6
 | |
| 
 | |
| [platformio]
 | |
| description = ePaper Board |