1: 2021-06-20 (Sun) 16:45:00 nao-pon  |
Cur: 2021-06-20 (Sun) 21:49:44 nao-pon  |
| * Tasmota を 9.4.0 から 9.5.0 へアップデート [#y5d45058] | | * Tasmota を 9.4.0 から 9.5.0 へアップデート [#y5d45058] |
| RIGHT:&tag(家IoT,Tasmota); | | RIGHT:&tag(家IoT,Tasmota); |
| + | |
| + | |
| + | #ref(site://modules/xelfinder/index.php/view/34/210620-214752.png,around,right,mw:300,mh:400) |
| + | |
| | | |
| エアコンのWiFi化は、Tasmota をカスタマイズした独自ビルドを使っているけど、Tasmota 9.5.0 がリリースされたので、アップデートした。 | | エアコンのWiFi化は、Tasmota をカスタマイズした独自ビルドを使っているけど、Tasmota 9.5.0 がリリースされたので、アップデートした。 |
| | | |
| #code(){{ | | #code(){{ |
- | git diff > _diff1.txt | + | git diff master > _diff1.txt |
| git checkout master | | git checkout master |
| git pull | | git pull |
| git checkout mitsu_pana_custom | | git checkout mitsu_pana_custom |
| git rebase master | | git rebase master |
- | git diff > _diff2.txt | + | git diff master > _diff2.txt |
| }} | | }} |
| | | |
| git pull | | git pull |
| git checkout irremote_full_custom | | git checkout irremote_full_custom |
- | git marge master | + | git merge development |
| }} | | }} |
| | | |
- | 今回は大丈夫だったけど、lib/lib_basic/IRremoteESP8266 でコンフリクトが生じるかも知れない。 | + | %%今回は大丈夫だったけど、lib/lib_basic/IRremoteESP8266 でコンフリクトが生じるかも知れない。%% |
- | そんなときは、次のようにとりあえず development 側を適用しておけばいいかな。知らんけど。 | + | %%そんなときは、次のようにとりあえず development 側を適用しておけばいいかな。知らんけど。%% |
| | | |
| #code(bash){{ | | #code(bash){{ |
| git add lib/lib_basic/IRremoteESP8266 | | git add lib/lib_basic/IRremoteESP8266 |
| git commit | | git commit |
| + | }} |
| + | |
| + | 違った!そういえば、platformio_override.ini で lib_extra_dirs を違うディレクトリを指定してあり、IRremoteESP8266 の Git ディレクトリにシンボリックを張ってあった。 |
| + | |
| + | #code(ini){{ |
| + | [env:tasmota-ircustom] |
| + | build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM |
| + | |
| + | [env:ir_jema_bridge] |
| + | extends = env:tasmota-ircustom |
| + | lib_extra_dirs = lib/lib.bak |
| + | |
| + | [env:ir_jema_bridge_ccs811] |
| + | extends = env:tasmota-ircustom |
| + | lib_extra_dirs = lib/lib.bak, lib/lib_i2c |
| + | ;build_flags = ${env:tasmota-ircustom.build_flags} -DUSE_CCS811_V2 |
| + | ;build_flags = ${env:tasmota-ircustom.build_flags} -DUSE_CCS811_V2_10SEC |
| + | build_flags = ${env:tasmota-ircustom.build_flags} -DUSE_CCS811_V2_60SEC |
| }} | | }} |
| | | |
| -- http://hypweb.net/tasmota/firmware/ir_jema_bridge_ccs811.bin.gz (CCS811 1分間隔更新) | | -- http://hypweb.net/tasmota/firmware/ir_jema_bridge_ccs811.bin.gz (CCS811 1分間隔更新) |
| | | |
| + | |
| RIGHT:&font(90%){&page_comments;}; | | RIGHT:&font(90%){&page_comments;}; |
| #navi | | #navi |