Skip to content

Commit

Permalink
Merge branch 'feature/add_smart_device_plug' into 'master'
Browse files Browse the repository at this point in the history
feature(example): add alink smart plug demo

See merge request rd/esp-iot-solution!257
  • Loading branch information
costaud committed Mar 16, 2018
2 parents a0bce65 + 83152d3 commit b1e87e1
Show file tree
Hide file tree
Showing 32 changed files with 1,714 additions and 754 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -32,9 +32,10 @@ build:
- cd ../oled_screen_module
- make defconfig
- make -j8
- cd ../smart_device
- cd ../smart_device/alink_smart_device_demo
- make defconfig
- make -j8
- cd ..
- cd ../empty_project
- make defconfig
- make -j8
Expand Down
Expand Up @@ -45,7 +45,7 @@ typedef struct {
pcnt_unit_t current_pcnt_unit; /**< pulse count unit of current pin */
uint32_t current_ref_param; /**< reference value to calculate actual current value */
uint8_t sel_io_num; /**< gpio number of mode select pin */
uint8_t sel_level; /**< the gpio level you wang to set to mode select pin */
uint8_t sel_level; /**< the gpio level you want to set to mode select pin */
pm_mode_t pm_mode; /**< mode of power meter refer to struct pm_mode_t */
} pm_config_t;

Expand Down

0 comments on commit b1e87e1

Please sign in to comment.