Skip to content

Commit 708ea0b

Browse files
authored
Increment to 4.1.0 for change to esp-idf (#108)
1 parent 5c1c5d3 commit 708ea0b

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ESPHome yaml files for AirGradient devices to maintain the research and accuracy
44

55
## Breaking Changes
66

7+
* 4.1.0 switches ONE and OpenAir models (based on ESP32) to the esp-idf framework, freeing up some memory and allowing other advanced features such as bluetooth_proxy and esp32_improv. If the previous Arduino framework is desired, change the board to `airgradient_esp32-c3_board-arduino.yaml`
78
* Remove substitution line such as `config_version: 2.0.5` from the main file, as this has been moved into the board package file
89
* Updated to 4.0.0 versions, skipping 3.x to avoid confusion with current AirGradient official firmware
910
* Now defaulting to https for AirGradient API communication. If older devices (DIY and Pro models) go into constant reboots, switch to the api package `airgradient_api_d1_mini_insecure.yaml` to revert to the original communication method

packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Uploads sensor data to the [AirGradient Dashboard](https://app.airgradient.com/d
2626

2727
## airgradient_d1_mini_board.yaml
2828

29-
Board configuration for devices based on the D1 Mini chip (AG Basic and AG Pro)
29+
Board configuration for devices based on the D1 Mini chip (AG Basic and AG Pro), now using the esp-idf framework which reduces some memory usage and allow for newer features to be enabled
3030

31-
## airgradient_esp32-c3_board.yaml
31+
## airgradient_esp32-c3_board_arduino.yaml
3232

33-
Board configuration for devices based on the ESP32-C3 chip (AG ONE and OpenAir)
33+
Board configuration for devices based on the ESP32-C3 chip (AG ONE and OpenAir) using the original Arduino framework
3434

3535
## button_factory_reset.yaml
3636

packages/airgradient_d1_mini_board.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.8
2+
config_version: 4.1.0
33

44
esphome:
55
name: "${name}"

packages/airgradient_esp32-c3_board-arduino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.8
2+
config_version: 4.1.0
33

44
esphome:
55
name: "${name}"

packages/airgradient_esp32-c3_board.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 4.0.8
2+
config_version: 4.1.0
33

44
esphome:
55
name: "${name}"

0 commit comments

Comments
 (0)