mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 03:59:52 +00:00 
			
		
		
		
	esp32 temperature node
This commit is contained in:
		
							
								
								
									
										1
									
								
								ESP32-IDF_i2ctools/build/.bin_timestamp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								ESP32-IDF_i2ctools/build/.bin_timestamp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| 656a9b557bbdcf6c0425d731f8b158fe  /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/ESP32-IDF_i2ctools.bin | ||||
										
											Binary file not shown.
										
									
								
							| @@ -1023,3 +1023,11 @@ | ||||
| 229290	229426	1759562686747468531	bootloader-prefix/src/bootloader-stamp/bootloader-done	bc3e8b63b0685974 | ||||
| 229290	229426	1759562686747468531	/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/CMakeFiles/bootloader-complete	bc3e8b63b0685974 | ||||
| 229290	229426	1759562686747468531	/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/bootloader-prefix/src/bootloader-stamp/bootloader-done	bc3e8b63b0685974 | ||||
| 210429	255120	1759562712118745737	esp-idf/esp_system/ld/sections.ld	c5194768d1fc28e3 | ||||
| 210429	255120	1759562712118745737	/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/esp-idf/esp_system/ld/sections.ld	c5194768d1fc28e3 | ||||
| 255120	255194	1759562712446018766	CMakeFiles/ESP32-IDF_i2ctools.elf.dir/project_elf_src_esp32.c.obj	4db76b7ba84d9731 | ||||
| 255194	260590	1759562712519017492	ESP32-IDF_i2ctools.elf	43840a2f9238aaa7 | ||||
| 260590	262018	1759562719320898772	.bin_timestamp	da37a38e8060ed23 | ||||
| 260590	262018	1759562719320898772	/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/.bin_timestamp	da37a38e8060ed23 | ||||
| 262018	262634	1759562719342898388	esp-idf/esptool_py/CMakeFiles/app_check_size	4b3f98e85379163a | ||||
| 262018	262634	1759562719342898388	/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_i2ctools/build/esp-idf/esptool_py/CMakeFiles/app_check_size	4b3f98e85379163a | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								ESP32-IDF_i2ctools/build/ESP32-IDF_i2ctools.bin
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ESP32-IDF_i2ctools/build/ESP32-IDF_i2ctools.bin
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								ESP32-IDF_i2ctools/build/ESP32-IDF_i2ctools.elf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ESP32-IDF_i2ctools/build/ESP32-IDF_i2ctools.elf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -35,8 +35,8 @@ static gpio_num_t i2c_gpio_scl = 2; | ||||
| static gpio_num_t i2c_gpio_sda = 5; | ||||
| static gpio_num_t i2c_gpio_scl = 6; | ||||
| #else | ||||
| static gpio_num_t i2c_gpio_sda = 18; | ||||
| static gpio_num_t i2c_gpio_scl = 19; | ||||
| static gpio_num_t i2c_gpio_sda = 18; //21 | ||||
| static gpio_num_t i2c_gpio_scl = 19; //22 | ||||
| #endif | ||||
|  | ||||
| static uint32_t i2c_frequency = 100000; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user