HTCC-AB02S Platformio build

I’m trying to figure out how to build a simple Heltic Wireless Stick example LoRaReciever.ino using platformio. I can build and run the example on the Ardunio IDE but I’ve tried everything to get it to build on Platformio.
I’m sure Heltec knows how to do this, but so far they have not responded to my email request!!!

The board I’m using is "CubeCell-BoardPlus (HTC-AB02).

Can anyone give me a “platformio.ini” configuration that works?

I know its been a long time since you ask so I don’t know if you ever found an answer.
Here is the platform.ini that I’ve used for a Helium mapper on this board.
[env:cubecell_gps]
platform = asrmicro650x
board = cubecell_gps
framework = arduino
build_flags = -Wl,-Map,output.map
monitor_speed = 115200
monitor_filters = time
board_build.arduino.lorawan.region = US915
board_build.arduino.lorawan.class = CLASS_A
board_build.arduino.lorawan.netmode = OTAA
board_build.arduino.lorawan.adr = OFF
board_build.arduino.lorawan.uplinkmode = UNCONFIRMED
board_build.arduino.lorawan.net_reserve = OFF
board_build.arduino.lorawan.rgb = ACTIVE
board_build.arduino.lorawan.debug_level = NONE
board_build.arduino.lorawan.at_support = ON
board_build.arduino.lorawan.preamble_length = 8