Neal Miller

Results 22 comments of Neal Miller

I changed this line to a `#warning` instead of an error and rebuilt it. https://github.com/wb2osz/direwolf/blob/7d3c1d100ea38605bf5d11459f5a678be99fffab/src/dwgpsd.c#L64

No, I didn't have a chance to test it yet. On Wed, Jun 29, 2022, 10:25 AM wb2osz ***@***.***> wrote: > Sometimes a major API number change includes incompatibilities with...

I just tested the RFI theory and I believe I am having the same issue but with using an FTDI and the RTS pin hooked up to an Easy Digi...

You can change it fairly easily right after creating the "out" instance: out -> SetPinout(15, 14, 32); Now it would be using those pins I believe.

Yeah, I guess it's not really needed as long as that works. I can test it later and let you know unless someone else wants to try it.

It looks like it uses both `wspush.webullfintech.com` and `platpush.webullfintech.com` more than `*.webullbroker.com` ![Screenshot from 2021-11-06 09-07-03](https://user-images.githubusercontent.com/6166536/140612576-dcec81fa-3447-4b76-8391-74e6e8b30ccb.png) ![Screenshot from 2021-11-06 09-07-43](https://user-images.githubusercontent.com/6166536/140612578-e9191d25-716b-44b0-ad48-bb753c3741c1.png)

I wonder if it uses `platpush` for account related info and `wspush` for ticker and quote info

I get a similar error when using **any settings** and tying to flash **any program** on my ESP32-S3-DevKitC-1 (E2N8), no PSRAM, 8MB: ``` 20:02:43.653 -> ESP-ROM:esp32s3-20210327 20:02:43.653 -> Build:Mar 27...

If I use PlatformIO and the same Arduino version (master branch), I have no problems. And if I revert the last commit adb88d7bed128048de783d11964a80143bdd44c0, it works in the Arduino IDE

I had to use esptool.py v4 to fix the issue with mine. Strange as it only happens with the Arduino IDE even though PlatformIO uses esptool.py v3.3, but it works.