rin-ofumi / m5stickc_wisun_hat

MicroPython project / Wi-SUN HAT & M5StickC / Data storage uses Ambient
MIT License
25 stars 13 forks source link

AttributeError: 'Axp192' object has no attribute 'setLDO2Vol' #1

Closed masayoshikuroda closed 4 years ago

masayoshikuroda commented 5 years ago

test_WiSUN_Ambient.pyをUIFLow-1.4.2上で実行すると、以下のエラーが発生しました。

 AttributeError: 'Axp192' object has no attribute 'setLDO2Vol'

メソッド名をsetLDO2Volt に変更すると実行できました。

rin-ofumi commented 4 years ago

UIFlow 1.4.2でメソッド名がsetLDO2Voltに変わっている部分を対策しました。 (下記を参考にさせて頂いております) https://gist.github.com/ciniml/71788f7a741be224506f03e12bba861e

但し、UIFlow 1.4.2だとESP NOW同報で不具合がある様なので、推奨Verは1.4.1-betaとさせて頂いております。

masayoshikuroda commented 4 years ago

おそくなりました。確認しました。