m5stack / M5Core2

M5Core2 Arduino Library
MIT License
263 stars 115 forks source link

GPIO0 not floating when kMBusModeInput = 1 #83

Closed trunneml closed 2 years ago

trunneml commented 2 years ago

GPIO0 is in input mode and not floating when SetBusPowerMode is called with kMBusModeInput = 1.

trunneml commented 2 years ago

I think PR #27 is a better solution than mine. :)