Skip to content

Commit

Permalink
ESP8266 gravity page
Browse files Browse the repository at this point in the history
  • Loading branch information
vitotai committed Feb 11, 2024
1 parent 1ad83b6 commit 2c05eef
Show file tree
Hide file tree
Showing 30 changed files with 25,133 additions and 25,680 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
[platformio]
#sonoff OTA no longer supported, classic interface no longer supported
#default_envs = esp32, esp32-oled, esp8266, esp8266-oled, esp8266-tw, esp8266-spanish, esp8266-portuguese-br, esp8266-slovak, esp8266-ispindel, esp8266-it, esp8266-norwegian, thorrax, sonoff, sonoff-esp8285, d1pro, sonoff-am2301
default_envs = esp32-dev
#default_envs = esp32-dev
#default_envs = esp32
#default_envs = esp8266
default_envs = esp8266-dev

include_dir= wdoc/

Expand Down Expand Up @@ -159,8 +159,8 @@ upload_speed = 115200

lib_deps = ${common_env_data.lib_deps_external_esp8266}

upload_port = /dev/cu.usbserial-1420
monitor_port = /dev/cu.usbserial-1420
upload_port = /dev/cu.usbserial-1410
monitor_port = /dev/cu.usbserial-1410
#upload_port = /dev/cu.usbserial-3
#monitor_port = /dev/cu.usbserial-3

Expand Down
2 changes: 2 additions & 0 deletions src/BrewLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ BrewLogger::BrewLogger(void){
*ptr++ = GravityDeviceIspindel;
}

#if SupportBleHydrometer
}else if(gdCfg->gravityDeviceType == GravityDeviceTilt){
// total length:
*ptr++ = 4;
Expand All @@ -957,6 +958,7 @@ BrewLogger::BrewLogger(void){
for(int m=0;m<6;m++){
*ptr++ =mac[m];
}
#endif
}else{
// no device
*ptr++ = 1; // length
Expand Down
1,444 changes: 722 additions & 722 deletions wdoc/chinese_config_htm.h

Large diffs are not rendered by default.

2,229 changes: 1,114 additions & 1,115 deletions wdoc/chinese_control_htm.h

Large diffs are not rendered by default.

1,542 changes: 732 additions & 810 deletions wdoc/chinese_gdc_htm.h

Large diffs are not rendered by default.

1,659 changes: 830 additions & 829 deletions wdoc/chinese_index_htm.h

Large diffs are not rendered by default.

1,397 changes: 698 additions & 699 deletions wdoc/english_config_htm.h

Large diffs are not rendered by default.

2,161 changes: 1,080 additions & 1,081 deletions wdoc/english_control_htm.h

Large diffs are not rendered by default.

1,511 changes: 717 additions & 794 deletions wdoc/english_gdc_htm.h

Large diffs are not rendered by default.

5,571 changes: 2,786 additions & 2,785 deletions wdoc/english_index_htm.h

Large diffs are not rendered by default.

1,405 changes: 702 additions & 703 deletions wdoc/italian_config_htm.h

Large diffs are not rendered by default.

2,181 changes: 1,090 additions & 1,091 deletions wdoc/italian_control_htm.h

Large diffs are not rendered by default.

1,520 changes: 721 additions & 799 deletions wdoc/italian_gdc_htm.h

Large diffs are not rendered by default.

1,624 changes: 812 additions & 812 deletions wdoc/italian_index_htm.h

Large diffs are not rendered by default.

1,407 changes: 703 additions & 704 deletions wdoc/norwegian_config_htm.h

Large diffs are not rendered by default.

1,629 changes: 814 additions & 815 deletions wdoc/norwegian_control_htm.h

Large diffs are not rendered by default.

1,517 changes: 720 additions & 797 deletions wdoc/norwegian_gdc_htm.h

Large diffs are not rendered by default.

1,619 changes: 810 additions & 809 deletions wdoc/norwegian_index_htm.h

Large diffs are not rendered by default.

1,415 changes: 707 additions & 708 deletions wdoc/portuguese-br_config_htm.h

Large diffs are not rendered by default.

2,205 changes: 1,102 additions & 1,103 deletions wdoc/portuguese-br_control_htm.h

Large diffs are not rendered by default.

1,529 changes: 726 additions & 803 deletions wdoc/portuguese-br_gdc_htm.h

Large diffs are not rendered by default.

1,635 changes: 818 additions & 817 deletions wdoc/portuguese-br_index_htm.h

Large diffs are not rendered by default.

1,424 changes: 712 additions & 712 deletions wdoc/slovak_config_htm.h

Large diffs are not rendered by default.

2,216 changes: 1,107 additions & 1,109 deletions wdoc/slovak_control_htm.h

Large diffs are not rendered by default.

1,533 changes: 728 additions & 805 deletions wdoc/slovak_gdc_htm.h

Large diffs are not rendered by default.

1,658 changes: 829 additions & 829 deletions wdoc/slovak_index_htm.h

Large diffs are not rendered by default.

1,417 changes: 708 additions & 709 deletions wdoc/spanish_config_htm.h

Large diffs are not rendered by default.

2,197 changes: 1,098 additions & 1,099 deletions wdoc/spanish_control_htm.h

Large diffs are not rendered by default.

1,525 changes: 724 additions & 801 deletions wdoc/spanish_gdc_htm.h

Large diffs are not rendered by default.

1,633 changes: 817 additions & 816 deletions wdoc/spanish_index_htm.h

Large diffs are not rendered by default.

0 comments on commit 2c05eef

Please sign in to comment.