geekscape / aiko_engine_mp

microPython event based engine supporting network messages (MQTT), times and various hardware drivers
Other
22 stars 24 forks source link

aiko.net module too dependent on LED library. #5

Closed ajfisher closed 3 years ago

ajfisher commented 6 years ago

At the moment, removing the requirement for the led module in main.py breaks the network loader. Given situations where you haven't got a neopixel on board to display the status then this causes a break if you remove it. It's also not configurable to use other types of visual display such as a normal LED or an OLED display.

Suggest the following changes:

geekscape commented 3 years ago

This has been fixed.