{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":99347468,"defaultBranch":"master","name":"rfcat","ownerLogin":"atlas0fd00m","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-08-04T13:51:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9836679?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1693311790.0","currentOid":""},"activityList":{"items":[{"before":"94944e2d902aeb3f8a463b0ad8e429817f913b54","after":"07f99bbb9e2cdbde8658c9446fa0923d3a744d79","ref":"refs/heads/master","pushedAt":"2024-02-01T18:54:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Crsarmv7l patch 1 (#150)\n\n* Fix bug\r\n\r\nWith the original bw = 1000.0*24 / (8.0*(4+chanbw_m) * pow(2,chanbw_e))\r\n\r\nchanbw_m and chanbw_e both have a range from 0 to 3 inclusive, using those values you would get a bw of the following with 0 values resulting in the highest bw (division).\r\n\r\n750.0\r\n300.0\r\n125.0\r\n53.57142857142857\r\n\r\nGiven these bw values, the subsequent if statements will never be true. Additionally this same equation with a different (correct) multiplier for mhz is used in getMdmChanBW\r\n\r\n* fix def calculateMdmDeviatn\r\n\r\nold_div is doing something funky here. \r\n\r\nWhen extracting and running just this function and printing deviatn, all baud that *should* fall in these are zero.\r\n\r\nelif baud <= 38400:\r\n deviatn = 20000 * (old_div((baud-2400),36000))\r\nelse:\r\n deviatn = 129000 * (old_div((baud-38400),211600))\r\n\r\nby changing it to normal division it returns much more reasonable results\r\n\r\n* Fix calculatePktChanBW\r\n\r\nThe comments in this function state this:\r\n''' calculates the optimal ChanBW setting for the current freq/baud\r\n * totally experimental *\r\n from Smart RF Studio:\r\n 1.2 kbaud BW: 63khz\r\n 2.4 kbaud BW: 63khz\r\n 38.4kbaud BW: 94khz\r\n 250 kbaud BW: 600khz\r\n '''\r\nThe 1.2kbaud listed 63khz, yet the table of possibles includes 53e3. Not that big a difference, but when passing 53e3 to setMdmChanBW, it always triggers an exception in that function. \r\n\r\nRemoving 53e3 from the table is in line with the comments and prevents triggering the exception in setMdmChanBW\r\n\r\n* Update chipcon_nic.py","shortMessageHtmlLink":"Crsarmv7l patch 1 (#150)"}},{"before":"75d366abbfd9e7a18cf15fdbe41108cc2c011d00","after":"94944e2d902aeb3f8a463b0ad8e429817f913b54","ref":"refs/heads/master","pushedAt":"2024-01-31T05:00:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Button in spectrum working in Py3 (#151)\n\n* Fix keypress in python 3\r\n\r\n* cleaner fix","shortMessageHtmlLink":"Button in spectrum working in Py3 (#151)"}},{"before":"1f0ced853b4753c002d45cd82f9484b0887c5205","after":"75d366abbfd9e7a18cf15fdbe41108cc2c011d00","ref":"refs/heads/master","pushedAt":"2024-01-31T05:00:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Fixed SDCC warnings and Makefile (#146)\n\n* changes for sdcc\r\n\r\n* fixed warnings and changed makefile\r\n\r\n* Update appFHSSNIC.c\r\n\r\nmerge problem\r\n\r\n---------\r\n\r\nCo-authored-by: the-snork ","shortMessageHtmlLink":"Fixed SDCC warnings and Makefile (#146)"}},{"before":"382f96871234f44b1f4849f8415422525e2d5116","after":"1f0ced853b4753c002d45cd82f9484b0887c5205","ref":"refs/heads/master","pushedAt":"2023-11-28T17:53:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"fix: re-bind shellexception and set STYPE_CODE_INTERACT after IPYTHON811P change (#148)\n\nthanks @AlbinoDrought !\r\n\r\nSee 6e17f4e2f19ff2474b455ffec98a58465c85130d\r\n\r\nBefore:\r\nNo module named 'IPython'\r\nUnboundLocalError: cannot access local variable 'ipsh' where it is not associated with a value\r\n\r\nAfter:\r\nNo module named 'IPython'\r\nfalling back to straight Python... (ModuleNotFoundError(\"No module named 'IPython'\"))\r\n(InteractiveConsole)\r\n>>>","shortMessageHtmlLink":"fix: re-bind shellexception and set STYPE_CODE_INTERACT after IPYTHON…"}},{"before":"e5b734159597d36e1d7d2a8c518dd0e49217c2ad","after":"830335235a30d811f10f3155dbe78f08f2c9e614","ref":"refs/heads/ComThings-add_pandwarf_support","pushedAt":"2023-11-02T04:37:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"31fa5f2bc8380100acb32a6ce5504d77b9030b5e","after":"e5b734159597d36e1d7d2a8c518dd0e49217c2ad","ref":"refs/heads/ComThings-add_pandwarf_support","pushedAt":"2023-11-02T04:36:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Update rfcat","shortMessageHtmlLink":"Update rfcat"}},{"before":"93484f3ae26b691c9ca0f6988a9b59f8c2477aec","after":"31fa5f2bc8380100acb32a6ce5504d77b9030b5e","ref":"refs/heads/ComThings-add_pandwarf_support","pushedAt":"2023-11-02T04:36:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Update rfcat","shortMessageHtmlLink":"Update rfcat"}},{"before":"6e17f4e2f19ff2474b455ffec98a58465c85130d","after":"382f96871234f44b1f4849f8415422525e2d5116","ref":"refs/heads/master","pushedAt":"2023-11-02T03:22:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"changes for sdcc (#145)\n\nCo-authored-by: the-snork \r\nthanks @the-snork !","shortMessageHtmlLink":"changes for sdcc (#145)"}},{"before":"497f891e898d3b016d64bde6b2b6da4b76c04a0e","after":"6e17f4e2f19ff2474b455ffec98a58465c85130d","ref":"refs/heads/master","pushedAt":"2023-08-28T14:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"update to better support newer versions of IPYTHON (why can't they all just get along?)","shortMessageHtmlLink":"update to better support newer versions of IPYTHON (why can't they al…"}},{"before":"8582f541acb669bbb8eeee98cbb4fafdbb3d3482","after":"497f891e898d3b016d64bde6b2b6da4b76c04a0e","ref":"refs/heads/master","pushedAt":"2023-05-18T11:04:03.426Z","pushType":"push","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"v2.0.0 at long last","shortMessageHtmlLink":"v2.0.0 at long last"}},{"before":"6c1c29785faf631685bd0645897fd76d29e10043","after":"8582f541acb669bbb8eeee98cbb4fafdbb3d3482","ref":"refs/heads/master","pushedAt":"2023-05-18T10:57:53.039Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atlas0fd00m","name":null,"path":"/atlas0fd00m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9836679?s=80&v=4"},"commit":{"message":"Fix NoneType Object has no Attribute 'auto_match' (#141) - thanks @spiro01 !\n\nCo-authored-by: Spiro01 ","shortMessageHtmlLink":"Fix NoneType Object has no Attribute 'auto_match' (#141) - thanks @Sp…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD73lOXQA","startCursor":null,"endCursor":null}},"title":"Activity · atlas0fd00m/rfcat"}