Maxim Penzin
Maxim Penzin
I have an issue like that. Uberjar produced ok when I use cheshire 5.8.0, but falis with 5.8.1. The difference between 5.8.0 and 5.8.1 is Jaskson 2.9.0 and 2.9.6.
I use code like this for java.time ``` (extend-protocol ConvertToDBObject LocalDateTime (to-db-object [input] (to-db-object (Date/from (.toInstant input (ZoneId/systemDefault))))) ZonedDateTime (to-db-object [input] (to-db-object (Date/from (.toInstant input (ZoneId/systemDefault)))))) (extend-protocol ConvertFromDBObject java.util.Date (from-db-object...
Yes. There is a loop in main.py that reads Uart2 (modbus rtu) and prints some debug info. Probably that is the case why Ctrl-C does not work correctly. Now I...
Convert UART.read() to async? https://docs.micropython.org/en/latest/library/machine.UART.html