Dawid Nowak
Dawid Nowak
> your detection does work? It used to work back when I was using ZHA. It's still working, now that I'm using Zigbee2MQTT. It does not have the `opening` entity...
> has anyone found any use for them? well… they are thermometers… they report temperature… what other use can they be?
Actually `gcc` is… Apple's Clang by default. At least on my (Intel) Mac: ``` ➜ ~ gcc -v Apple clang version 14.0.0 (clang-1400.0.29.202) Target: x86_64-apple-darwin21.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin...
OK, so I've got the (generic) Clang working, instead of the `native` using "fake GCC" being Apple's Clang. 0. I have an Intel MBP early 2015 with Monterey `macOS 12.6.3...
As you can see, it can be quite easily done – the only problem is the _knowledge_ (how to do it). Question: how can we improve PlatformIO to support this...
There is a problem with [my solution](https://github.com/platformio/platform-native/issues/22#issuecomment-1435140844). For some reason `-std=gnu++20` is missing WHILE TESTING (`pio test -e native -vvv`). When building (`pio run -e native -t exec -vvv`) it...
> Does debugging work? IDK, it has never worked for me before: https://community.platformio.org/t/clion-native-debugging-not-working/30796?u=dvdnwk
> There is a problem with [my solution](https://github.com/platformio/platform-native/issues/22#issuecomment-1435140844). Fixed this with a "backup" that [`native` does as well](https://github.com/platformio/platform-native/blob/develop/builder/main.py#L40). Edited [original comment](https://github.com/platformio/platform-native/issues/22#issuecomment-1435140844) to include it.
Paste your `platformio.ini`. BTW, https://community.platformio.org/